diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2009-07-28 20:02:01 -0500 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2009-07-28 20:02:01 -0500 |
commit | 3a8a9e292d2ad75a868b1e3173ad242a12c941e9 (patch) | |
tree | 670d182e98f35fad29ac60304f174e4e26bd3189 /theme/cloudy/css/display.css | |
parent | ae87369d4204a2f36e38b5a242ad03e1e3a1276c (diff) | |
parent | c85b6155eb004fe556de255482c04b87046c90b3 (diff) |
Merge commit 'origin/0.8.x' into 0.9.x
Diffstat (limited to 'theme/cloudy/css/display.css')
-rw-r--r-- | theme/cloudy/css/display.css | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/theme/cloudy/css/display.css b/theme/cloudy/css/display.css index 82a1a1e4e..e3c5c3cc0 100644 --- a/theme/cloudy/css/display.css +++ b/theme/cloudy/css/display.css @@ -414,9 +414,12 @@ width:518px; min-height:322px; padding:20px; float:left; -border-radius-topleft:4px; --moz-border-radius-topleft:4px; --webkit-border-top-left-radius:4px; +border-radius:4px; +-moz-border-radius:4px; +-webkit-border-radius:4px; +border-radius-topright:0; +-moz-border-radius-topright:0; +-webkit-border-top-right-radius:0; border-style:solid; border-width:1px; } @@ -484,7 +487,7 @@ width:16px; height:16px; } #form_notice #notice_data-attach { -left:34.6%; +left:40%; padding:0; height:16px; } @@ -528,9 +531,12 @@ float:left; #form_notice .success { float:left; clear:both; -width:81.5%; +width:83.5%; margin-bottom:0; line-height:1.618; +position:absolute; +top:87px; +left:0; } #form_notice #notice_data-attach_selected code { float:left; @@ -934,7 +940,6 @@ float:left; font-size:0.95em; width:16px; float:right; -display:none; } .notices li:hover div.notice-options { display:block; @@ -984,6 +989,10 @@ text-decoration:none; padding-left:16px; } +.notice-options .notice_reply .notice_id { +display:none; +} + .notice-options form input.submit { width:16px; padding:2px 0; |