summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-01 17:12:41 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-01 17:12:41 +0000
commitc5d105f186484fdeaa3d5a14aba9920fdef58c7c (patch)
tree869ce69049d966bbc11921e1e67e764292036156 /theme
parent36fe5a85b2de9f71a5c963abd0074dd5b7ae1e61 (diff)
Fixed z-index for IE7 on attachment thumbnail
Diffstat (limited to 'theme')
-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