update video player menu css
This commit is contained in:
parent
da7900abac
commit
7d7620601c
1 changed files with 13 additions and 6 deletions
|
@ -2663,12 +2663,13 @@ Video
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.OxVideoPlayer .OxSettings > div {
|
.OxVideoPlayer .OxSettings > div {
|
||||||
width: 72px;
|
//width: 72px;
|
||||||
}
|
}
|
||||||
.OxVideoPlayer .OxSettings > .OxItem {
|
.OxVideoPlayer .OxSettings > .OxItem {
|
||||||
height: 16px;
|
height: 14px;
|
||||||
}
|
}
|
||||||
.OxVideoPlayer .OxSettings > .OxItem:first-child {
|
.OxVideoPlayer .OxSettings > .OxItem:first-child {
|
||||||
|
height: 16px;
|
||||||
border-top-left-radius: 8px;
|
border-top-left-radius: 8px;
|
||||||
border-top-right-radius: 8px;
|
border-top-right-radius: 8px;
|
||||||
}
|
}
|
||||||
|
@ -2677,21 +2678,27 @@ Video
|
||||||
}
|
}
|
||||||
.OxVideoPlayer .OxSettings > .OxItem > div {
|
.OxVideoPlayer .OxSettings > .OxItem > div {
|
||||||
width: 56px;
|
width: 56px;
|
||||||
height: 14px;
|
height: 12px;
|
||||||
padding-top: 2px;
|
padding: 1px 0 1px 8px;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.OxVideoPlayer .OxSettings > .OxItem > img {
|
.OxVideoPlayer .OxSettings > .OxItem > img {
|
||||||
width: 9px;
|
width: 9px;
|
||||||
height: 9px;
|
height: 9px;
|
||||||
padding: 3px 3px 4px 4px;
|
padding: 2px 2px 3px 3px;
|
||||||
|
}
|
||||||
|
.OxVideoPlayer .OxSettings > .OxItem:first-child > div {
|
||||||
|
padding-top: 3px;
|
||||||
|
}
|
||||||
|
.OxVideoPlayer .OxSettings > .OxItem:first-child > img {
|
||||||
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
.OxVideoPlayer .OxSettings > .OxLine {
|
.OxVideoPlayer .OxSettings > .OxLine {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
}
|
}
|
||||||
.OxVideoPlayer .OxSettings > .OxSpace {
|
.OxVideoPlayer .OxSettings > .OxSpace {
|
||||||
height: 0;
|
height: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.OxVideoPlayer .OxSubtitle {
|
.OxVideoPlayer .OxSubtitle {
|
||||||
|
|
Loading…
Reference in a new issue