summaryrefslogtreecommitdiff
path: root/theme/cloudy/css/ie.css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-07-23 15:01:42 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-07-23 15:01:42 +0000
commit90bc755821ce768104df059d4928f7e131a5eb74 (patch)
tree44bccc53852c8b2b7b3cef9e3a4a089eaad75f07 /theme/cloudy/css/ie.css
parent4a0d7aac739352452038115bad8753f96caa7bfb (diff)
Updated cloudy theme
Diffstat (limited to 'theme/cloudy/css/ie.css')
-rw-r--r--theme/cloudy/css/ie.css20
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;
+}