forked from GNUsocial/gnu-social
Fixed z-index for IE7 on attachment thumbnail
This commit is contained in:
parent
36fe5a85b2
commit
c5d105f186
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user