fix a video player bug
This commit is contained in:
parent
f062c6001e
commit
72fe370492
2 changed files with 4 additions and 4 deletions
|
@ -2073,12 +2073,12 @@ Video
|
|||
-webkit-box-shadow: 0 0 2px rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
.OxVideoPlayer .OxBar.OxControls > * {
|
||||
float: left;
|
||||
}
|
||||
.OxVideoPlayer .OxControls {
|
||||
position: absolute;
|
||||
}
|
||||
.OxVideoPlayer .OxControls > * {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.OxVideoPlayer .OxFind {
|
||||
position: absolute;
|
||||
|
|
|
@ -1677,7 +1677,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
|
||||
function renderSettings() {
|
||||
var $settings = $('<div>')
|
||||
.addClass('OxSettings')
|
||||
.addClass('OxControls OxSettings')
|
||||
.bind({
|
||||
click: function(e) {
|
||||
var $target = $(e.target), resolution, title;
|
||||
|
|
Loading…
Reference in a new issue