From: Sarven Capadisli Date: Thu, 15 Oct 2009 13:08:57 +0000 (+0000) Subject: Better widths for notice options (improves Opera Mini's rendering) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d7efe87e770e83339a86dce83b7f75a99a52567d;p=quix0rs-gnu-social.git Better widths for notice options (improves Opera Mini's rendering) --- diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 28b7f49ab1..d72b316cfb 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -125,10 +125,10 @@ padding-bottom:4px; } .notice div.entry-content { margin-left:0; -width:75%; +width:65%; } .notice-options { -width:70px; +width:30%; margin-right:2%; }