summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-06-01 14:03:51 -0400
committerRobin Millette <millette@controlyourself.ca>2009-06-01 14:03:51 -0400
commit52a1762e585d3b63a486ea98ac1ae61048b557b3 (patch)
treef06cb519f0008fd7e7401198b662f5a173801541
parent683b835c3ed0be5f691795c64b1217896e1dad95 (diff)
parentc5d105f186484fdeaa3d5a14aba9920fdef58c7c (diff)
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into upload
-rw-r--r--theme/base/css/ie.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css
index df0388a5a..8183fee67 100644
--- a/theme/base/css/ie.css
+++ b/theme/base/css/ie.css
@@ -30,9 +30,12 @@ margin-right:4px;
.entity_profile {
width:64%;
}
-#jOverlayContent .notice * {
+.notice {
z-index:1;
}
-#jOverlayContent .notice .attachment img {
+.notice:hover {
z-index:9999;
}
+.notice .thumbnail img {
+z-index:9999;
+} \ No newline at end of file