update large video timeline css
This commit is contained in:
parent
2fc340d9bd
commit
dbda122326
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue