From dbda122326be9f997cb06d3d5e3f6e255ac164cb Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 20 Feb 2013 16:36:06 +0530 Subject: [PATCH] update large video timeline css --- source/Ox.UI/css/Ox.UI.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 23d5be22..f3082899 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -2189,9 +2189,6 @@ Video position: absolute; height: 72px; } -.OxLargeVideoTimeline > div.OxOverlay { - z-index: 8; -} .OxLargeVideoTimeline > div > img { position: absolute; top: 4px; @@ -2227,6 +2224,9 @@ Video margin-left: -5px; z-index: 9; } +.OxLargeVideoTimeline > .OxOverlay { + z-index: 8; +} .OxLargeVideoTimeline .OxSubtitle { position: absolute; bottom: 9px;