]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed z-index for IE7 on attachment thumbnail
authorSarven Capadisli <csarven@controlyourself.ca>
Mon, 1 Jun 2009 17:12:41 +0000 (17:12 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Mon, 1 Jun 2009 17:12:41 +0000 (17:12 +0000)
theme/base/css/ie.css

index df0388a5ad55e0b0f2d620039d2bab3afa145893..8183fee67974d1ea71418ad3914da768ebd23397 100644 (file)
@@ -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