add CSS for timeline player

This commit is contained in:
rlx 2012-04-17 11:59:40 +00:00
parent c6bfa97c68
commit dac420e021

View file

@ -2432,6 +2432,62 @@ Video
text-align: center;
}
.OxVideoPlayer .OxInput {
background: transparent;
-moz-box-shadow: 0 0 0;
-o-box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
}
.OxVideoPlayer div.OxInput.OxFocus {
-moz-box-shadow: 0 0 0;
-o-box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
}
.OxVideoTimelinePlayer .OxPosition {
float: left;
height: 12px;
padding: 2px;
font-size: 9px;
text-align: center;
}
.OxVideoTimelinePlayer .OxPositionInput {
float: left;
display: none;
}
.OxVideoTimelinePlayer div.OxPositionInput {
background: transparent;
-moz-box-shadow: 0 0 0;
-o-box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
}
.OxVideoTimelinePlayer div.OxPositionInput.OxFocus {
-moz-box-shadow: 0 0 0;
-o-box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
}
.OxVideoTimelinePlayer .OxPositionInput > input.OxInput {
height: 16px;
padding: 0 3px 0 3px;
border: 0;
border-radius: 8px;
}
.OxVideoTimelinePlayer .OxSelect {
width: 16px;
height: 16px;
border-width: 0;
border-radius: 0;
background: rgba(0, 0, 0, 0);
}
.OxVideoTimelinePlayer .OxSelect > .OxButton {
margin: 0;
}
.OxVideoPreview {
position: absolute;
left: 0;