Fixed z-index for IE7 on attachment thumbnail

This commit is contained in:
Sarven Capadisli 2009-06-01 17:12:41 +00:00
parent 36fe5a85b2
commit c5d105f186

View File

@ -30,9 +30,12 @@ margin-right:4px;
.entity_profile { .entity_profile {
width:64%; width:64%;
} }
#jOverlayContent .notice * { .notice {
z-index:1; z-index:1;
} }
#jOverlayContent .notice .attachment img { .notice:hover {
z-index:9999; z-index:9999;
} }
.notice .thumbnail img {
z-index:9999;
}