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;
|
||||
height: 72px;
|
||||
}
|
||||
.OxLargeVideoTimeline > div.OxOverlay {
|
||||
z-index: 8;
|
||||
}
|
||||
.OxLargeVideoTimeline > div > img {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
|
@ -2227,6 +2224,9 @@ Video
|
|||
margin-left: -5px;
|
||||
z-index: 9;
|
||||
}
|
||||
.OxLargeVideoTimeline > .OxOverlay {
|
||||
z-index: 8;
|
||||
}
|
||||
.OxLargeVideoTimeline .OxSubtitle {
|
||||
position: absolute;
|
||||
bottom: 9px;
|
||||
|
|
Loading…
Reference in a new issue