diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index f8d1cb10..4ffbb084 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1606,6 +1606,21 @@ Video border: 0; } +.OxPosterMarker { + position: absolute; + display: none; +} +.OxPosterMarkerCenter { + position: absolute; + border: 1px solid rgba(255, 255, 255, 0.1); + background: transparent; +} +.OxPosterMarkerLeft, +.OxPosterMarkerRight { + position: absolute; + background: rgba(0, 0, 0, 0.5); +} + .OxVideoEditor { overflow-x: hidden; overflow-y: auto; @@ -1617,7 +1632,6 @@ Video } - .OxTimelineLarge { position: absolute; height: 72px; @@ -1819,21 +1833,6 @@ Video position: absolute; } -.OxVideoPlayer .OxPosterMarker { - position: absolute; - display: none; -} -.OxVideoPlayer .OxPosterMarkerCenter { - position: absolute; - border: 1px solid rgba(255, 255, 255, 0.1); - background: transparent; -} -.OxVideoPlayer .OxPosterMarkerLeft, -.OxVideoPlayer .OxPosterMarkerRight { - position: absolute; - background: rgba(0, 0, 0, 0.5); -} - .OxVideoPlayer .OxResolution { position: absolute; right: 0; diff --git a/source/Ox.UI/js/List/Ox.IconItem.js b/source/Ox.UI/js/List/Ox.IconItem.js index bcc544d9..9cce06b8 100644 --- a/source/Ox.UI/js/List/Ox.IconItem.js +++ b/source/Ox.UI/js/List/Ox.IconItem.js @@ -106,7 +106,7 @@ Ox.IconItem = function(options, self) { that.$gradient = $('
') .css({ //top: (-self.options.size / 2) + 'px', - width: self.options.width + 'px', + width: self.options.size + 'px', height: (self.options.size / 2) + 'px' });