From 72fe37049236adfdced2d7c62131c6359b0b9a56 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Fri, 23 Dec 2011 08:26:51 +0000 Subject: [PATCH] fix a video player bug --- source/Ox.UI/css/Ox.UI.css | 6 +++--- source/Ox.UI/js/Video/Ox.VideoPlayer.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index c4089e33..bc7ce0a8 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -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; diff --git a/source/Ox.UI/js/Video/Ox.VideoPlayer.js b/source/Ox.UI/js/Video/Ox.VideoPlayer.js index 7349a431..d24d86d3 100644 --- a/source/Ox.UI/js/Video/Ox.VideoPlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoPlayer.js @@ -1677,7 +1677,7 @@ Ox.VideoPlayer = function(options, self) { function renderSettings() { var $settings = $('