update video player menu css

This commit is contained in:
rlx 2014-07-24 19:07:18 +02:00 committed by j
parent da7900abac
commit 7d7620601c

View file

@ -2663,12 +2663,13 @@ Video
display: none;
}
.OxVideoPlayer .OxSettings > div {
width: 72px;
//width: 72px;
}
.OxVideoPlayer .OxSettings > .OxItem {
height: 16px;
height: 14px;
}
.OxVideoPlayer .OxSettings > .OxItem:first-child {
height: 16px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
@ -2677,21 +2678,27 @@ Video
}
.OxVideoPlayer .OxSettings > .OxItem > div {
width: 56px;
height: 14px;
padding-top: 2px;
height: 12px;
padding: 1px 0 1px 8px;
font-size: 9px;
text-align: right;
}
.OxVideoPlayer .OxSettings > .OxItem > img {
width: 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 {
height: 1px;
}
.OxVideoPlayer .OxSettings > .OxSpace {
height: 0;
height: 2px;
}
.OxVideoPlayer .OxSubtitle {