diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-24 15:04:00 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-24 15:04:00 +0000 |
commit | 8d2aeb7082cca4a19b3700b62cae77cf50260217 (patch) | |
tree | 5d569434594a1f019d97e63e50b963f990f8724d /theme/cloudy/css/ie.css | |
parent | 7fff454ff931635dc1aca6a67af194b25567a65b (diff) |
Cloudy theme IE (mostly 7/8) fixes
Diffstat (limited to 'theme/cloudy/css/ie.css')
-rw-r--r-- | theme/cloudy/css/ie.css | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/theme/cloudy/css/ie.css b/theme/cloudy/css/ie.css index 94c2093b1..dabadcd95 100644 --- a/theme/cloudy/css/ie.css +++ b/theme/cloudy/css/ie.css @@ -8,15 +8,32 @@ 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); +} + +#form_notice #notice_action-submit { +right:0; +} #aside_primary { width:181px; @@ -24,7 +41,7 @@ width:181px; #form_notice, #anon_notice { -top:158px; +top:190px; } #public #content, |