forked from 0x2620/oxjs
use new form element syntax, continued
This commit is contained in:
parent
e47305c93f
commit
02f53a57c1
15 changed files with 107 additions and 88 deletions
|
|
@ -2205,46 +2205,43 @@ Video
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
.OxVideoPlayer .OxResolution {
|
||||
.OxVideoPlayer .OxSettings {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 16px;
|
||||
background: transparent; // fixme: needed?;
|
||||
display: none;
|
||||
}
|
||||
.OxVideoPlayer .OxResolution > div {
|
||||
width: 52px;
|
||||
.OxVideoPlayer .OxSettings > div {
|
||||
width: 64px;
|
||||
}
|
||||
.OxVideoPlayer .OxSettings > .OxItem {
|
||||
height: 16px;
|
||||
}
|
||||
.OxVideoPlayer .OxResolution > div:first-child {
|
||||
.OxVideoPlayer .OxSettings > .OxItem:first-child {
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
}
|
||||
.OxVideoPlayer .OxResolution > div > * {
|
||||
.OxVideoPlayer .OxSettings > .OxItem > * {
|
||||
float: left;
|
||||
}
|
||||
.OxVideoPlayer .OxResolution > div > div {
|
||||
width: 36px;
|
||||
.OxVideoPlayer .OxSettings > .OxItem > div {
|
||||
width: 48px;
|
||||
height: 14px;
|
||||
padding-top: 2px;
|
||||
font-size: 9px;
|
||||
text-align: right;
|
||||
cursor: default;
|
||||
}
|
||||
.OxVideoPlayer .OxResolution > div > img {
|
||||
.OxVideoPlayer .OxSettings > .OxItem > img {
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
padding: 3px 3px 4px 4px;
|
||||
}
|
||||
|
||||
|
||||
.OxVideoPlayer .OxResolutionButton {
|
||||
width: 32px;
|
||||
height: 12px;
|
||||
padding: 2px;
|
||||
font-size: 9px;
|
||||
text-align: center;
|
||||
cursor: default;
|
||||
.OxVideoPlayer .OxSettings > .OxLine {
|
||||
height: 1px;
|
||||
}
|
||||
.OxVideoPlayer .OxSettings > .OxSpace {
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.OxVideoPlayer .OxSubtitle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue