update large video timeline css

This commit is contained in:
rolux 2013-02-20 16:36:06 +05:30
parent 2fc340d9bd
commit dbda122326

View file

@ -2189,9 +2189,6 @@ Video
position: absolute; position: absolute;
height: 72px; height: 72px;
} }
.OxLargeVideoTimeline > div.OxOverlay {
z-index: 8;
}
.OxLargeVideoTimeline > div > img { .OxLargeVideoTimeline > div > img {
position: absolute; position: absolute;
top: 4px; top: 4px;
@ -2227,6 +2224,9 @@ Video
margin-left: -5px; margin-left: -5px;
z-index: 9; z-index: 9;
} }
.OxLargeVideoTimeline > .OxOverlay {
z-index: 8;
}
.OxLargeVideoTimeline .OxSubtitle { .OxLargeVideoTimeline .OxSubtitle {
position: absolute; position: absolute;
bottom: 9px; bottom: 9px;