X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FMobileProfile%2Fmp-screen.css;h=4b9930584f1d1b8ac0ed055e10232e731b3f37f2;hb=b58aa291686b9ccc6db4ca79f9d52a2e2b6220a5;hp=04fa5fb0021054e871bfd81673b2e15dd0a580eb;hpb=d412df18f75f24562af32e5a207a97754de5b4b1;p=quix0rs-gnu-social.git diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 04fa5fb002..4b9930584f 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -1,15 +1,12 @@ /** theme: mobile profile screen * * @package StatusNet - * @author Sarven Capadisli - * @copyright 2009 StatusNet, Inc. + * @author Sarven Capadisli + * @copyright 2009-2010 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ -@import url(../../theme/base/css/display.css); -@import url(../../theme/identica/css/display.css); - #wrap { min-width:0; max-width:100%; @@ -97,7 +94,7 @@ width:60%; height:20px; } -#notice_text-count { +.form_notice .count { position:absolute; bottom:2px; right:40%; @@ -107,7 +104,7 @@ z-index:9; /*input type=file no good in iPhone/iPod Touch, Android, Opera Mini Simulator */ -#form_notice #notice_text-count + label, +.form_notice .count + label, #form_notice label[for="notice_data-attach"] { display:none; } @@ -198,10 +195,6 @@ width:43px; margin-right:1%; } -.notice-options form { -width:16px; -height:16px; -} .notice-options form.processing { background-image:none; }