diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-01 14:03:51 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-01 14:03:51 -0400 |
commit | 52a1762e585d3b63a486ea98ac1ae61048b557b3 (patch) | |
tree | f06cb519f0008fd7e7401198b662f5a173801541 | |
parent | 683b835c3ed0be5f691795c64b1217896e1dad95 (diff) | |
parent | c5d105f186484fdeaa3d5a14aba9920fdef58c7c (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into upload
-rw-r--r-- | theme/base/css/ie.css | 7 |
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 |