diff options
author | Samantha Doherty <sammy@status.net> | 2010-10-19 11:07:53 -0400 |
---|---|---|
committer | Samantha Doherty <sammy@status.net> | 2010-10-19 11:07:53 -0400 |
commit | e5ae75402015808e5d55657befab43b56c40a6c4 (patch) | |
tree | 83caf8af26d9b305c02697ac97193586bfe0acc4 /theme/clean/css/ie.css | |
parent | 6baba4a2e4770b41c56d89a7d6791664b2c738f0 (diff) |
Big updates for themes rebase, clean, and shiny. A few more adjustments to come for 0.9.6, time (probably not) permitting.
Diffstat (limited to 'theme/clean/css/ie.css')
-rw-r--r-- | theme/clean/css/ie.css | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/theme/clean/css/ie.css b/theme/clean/css/ie.css index ede8f078a..80c4dccba 100644 --- a/theme/clean/css/ie.css +++ b/theme/clean/css/ie.css @@ -1,13 +1,11 @@ -/* IE specific styles */ - -/* base theme overrides */ +/* Temporary copy of base styles for overriding */ input.checkbox, input.radio { top:0; } .form_notice textarea { - width: 364px; + width: 362px; } .form_notice .form_note + label { position:absolute; @@ -17,8 +15,8 @@ text-indent:-9999px; height:16px; width:16px; display:block; - top: 31px; - right: 88px; + left: 390px; + top: 27px; } .form_notice #notice_action-submit { width: 96px; @@ -57,6 +55,23 @@ z-index:9999; line-height:auto; } +/* IE specific styles */ + +.notice-options input.submit { + color:#FFFFFF; +} + .form_notice #notice_data-attach { -filter: alpha(opacity=0); + filter: alpha(opacity=0); +} + +.form_notice .form_note + label { + background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -328px; +} + +.form_notice #notice_data-geo_wrap label { + background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1780px; +} +.form_notice #notice_data-geo_wrap label.checked { + background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1846px; } |