diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-23 14:46:54 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-23 14:46:54 -0700 |
commit | 8641cb4591d2b8385a661ea743833392ef45ff8b (patch) | |
tree | 8e032e94d0baa8daf5b6cbd4fe54ef0406c5f691 /theme/cloudy/css/ie.css | |
parent | a7ad37f83fcdf611f9a65d38b35ac1874979198c (diff) | |
parent | 0dab5f58723cba8b5915c694a8200e242cc9ec02 (diff) |
Merge branch '0.8.x' into 0.9.x
Diffstat (limited to 'theme/cloudy/css/ie.css')
-rw-r--r-- | theme/cloudy/css/ie.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/theme/cloudy/css/ie.css b/theme/cloudy/css/ie.css index 095122100..94c2093b1 100644 --- a/theme/cloudy/css/ie.css +++ b/theme/cloudy/css/ie.css @@ -8,6 +8,16 @@ color:#fff; background-color:#ddffcc; } +#form_notice .form_note + label { +position:absolute; +top:25px; +left:83%; +text-indent:-9999px; +height:16px; +width:16px; +display:block; +} + #aside_primary { width:181px; } @@ -32,3 +42,13 @@ top:158px; #subscribers #content { padding-top:138px; } + +.notice { +z-index:1; +} +.notice:hover { +z-index:9999; +} +.notice .thumbnail img { +z-index:9999; +} |