From: Sarven Capadisli Date: Mon, 1 Jun 2009 17:12:41 +0000 (+0000) Subject: Fixed z-index for IE7 on attachment thumbnail X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c5d105f186484fdeaa3d5a14aba9920fdef58c7c;p=quix0rs-gnu-social.git Fixed z-index for IE7 on attachment thumbnail --- diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index df0388a5ad..8183fee679 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