diff options
Diffstat (limited to 'public/stylesheets/main.css')
-rw-r--r-- | public/stylesheets/main.css | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 1166975d7..1db05486b 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -84,7 +84,7 @@ color:#000; #logged_in_bar { clear:none; -font-size:0.9em; +font-size:0.8em; z-index:200; color:#444; top:18px; @@ -473,17 +473,6 @@ font-size:1em; text-align:right; } -div.comment_in_request { -float:left; -overflow:auto; -width:550px; -border-color:#5F5F5F; -border-style:dotted; -border-width:1px; -margin:0 0 1em 50px; -padding:0 0.5em; -} - div#after_actions { float:left; margin-bottom:1em; @@ -510,9 +499,7 @@ margin-left:50px; } div[id|="comment"] h2 { -margin-left:1em; font-size:1em; -text-align:right; } .comment_quote { @@ -686,7 +673,6 @@ width:24em; div.controller_help dt a,div.controller_help h1 a,div#help_unhappy h1 a.hover_a { text-decoration:none; font-size:0.8em; -color:#fff; background-color:#fff; } @@ -1345,7 +1331,7 @@ width:600px; font-size:13px; border-radius:6px; -moz-border-radius:6px; -border-width:0; +border-width:1px; padding:4px 20px 0 9px; } @@ -1357,6 +1343,17 @@ div[id|="comment"] p { font-size:13px; } +div.comment_in_request { +float:left; +overflow:auto; +width:550px; +border-color:#5F5F5F; +border-style:dotted; +border-width:1px; +margin:0 0 1em 50px; +padding:0 0.5em; +} + .comment_in_request_text { margin:0 0 0 10px; } @@ -1505,6 +1502,7 @@ p.public-body-name-prefix { color:#888; margin-top:15px; margin-bottom:-15px; +font-size: 16px; } #other-country-notice a { |