diff options
Diffstat (limited to 'public/stylesheets/main.css')
-rw-r--r-- | public/stylesheets/main.css | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index b9559ba17..4b12a637a 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -41,7 +41,11 @@ border-width:1px; } #navigation_search input#navigation_search_query { -width:14em; +width:20.25em; +font-size: 0.8em; +padding: 5px; +margin: -1px -1px 0 0; + } #navigation_search p { @@ -636,13 +640,15 @@ margin-top:-1em; margin:0 0 0 9em; } -p#sign_in_reason { +p#sign_in_reason, p#superuser_message { text-align:center; font-size:1.4em; font-weight:700; line-height:1em; } - +p#superuser_message { + font-size:1.2em; +} #signup,#signin { clear:none; margin-bottom:1em; @@ -910,7 +916,7 @@ border:none; #navigation_search input[type=image] { border:0; -margin-bottom:-8px; +margin-bottom:-9px; margin-left:-4px; } @@ -1044,7 +1050,7 @@ padding:4px 0; .request_listing span.desc { background:url(/images/quote-marks.png) no-repeat; min-height:60px; -width:auto; +width:100%; color:#444; line-height:18px; padding:0 0 0 40px; @@ -1629,7 +1635,8 @@ div.controller_help h1 a,#logged_in_bar a,#logged_in_bar a:visited,#stepwise_mak } .request_left,#header_left { -width:625px; +width:575px; +padding-right:50px; float:left; } #authority_preview .request_left, |