X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FMobileProfile%2Fmp-screen.css;h=d82486182a42ed2122a68203fd0916d4ecfea16b;hb=524b98bfa3fd340ade6ce8b0e7f23ce773db5d92;hp=0fc801612be9d4848bc4318057c5ea29741d6fef;hpb=8d320d7cc2998a4977c5de4ba571ea4f95b21dce;p=quix0rs-gnu-social.git diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 0fc801612b..d82486182a 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -2,7 +2,7 @@ * * @package StatusNet * @author Sarven Capadisli - * @copyright 2009 StatusNet, Inc. + * @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/ */ @@ -94,7 +94,7 @@ width:60%; height:20px; } -#notice_text-count { +.form_notice .count { position:absolute; bottom:2px; right:40%; @@ -104,11 +104,11 @@ 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; } -#form_notice #notice_data-attach { +#form_notice input.notice_data-attach { position:static; clear:both; width:65%; @@ -121,7 +121,7 @@ background:none; opacity:1; } -#form_notice #notice_action-submit { +#form_notice .submit { width:20%; right:2%; text-align:center; @@ -195,10 +195,6 @@ width:43px; margin-right:1%; } -.notice-options form { -width:16px; -height:16px; -} .notice-options form.processing { background-image:none; }