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/ie.css | |
parent | ae87369d4204a2f36e38b5a242ad03e1e3a1276c (diff) | |
parent | c85b6155eb004fe556de255482c04b87046c90b3 (diff) |
Merge commit 'origin/0.8.x' into 0.9.x
Diffstat (limited to 'theme/cloudy/css/ie.css')
-rw-r--r-- | theme/cloudy/css/ie.css | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/theme/cloudy/css/ie.css b/theme/cloudy/css/ie.css index 94c2093b1..a698676fb 100644 --- a/theme/cloudy/css/ie.css +++ b/theme/cloudy/css/ie.css @@ -8,15 +8,33 @@ color:#fff; background-color:#ddffcc; } +#form_notice { +width:525px; +} +#form_notice .form_note { +top:-5px; +right:0; +} +#form_notice textarea { +width:97.75%; +} #form_notice .form_note + label { position:absolute; -top:25px; -left:83%; +top:87px; +left:77%; text-indent:-9999px; height:16px; width:16px; display:block; } +#form_notice #notice_data-attach { +filter: alpha(opacity = 0); +left:33.5%; +} + +#form_notice #notice_action-submit { +right:0; +} #aside_primary { width:181px; @@ -24,7 +42,7 @@ width:181px; #form_notice, #anon_notice { -top:158px; +top:190px; } #public #content, |