From 94ae0c4d3da4f379095f3fcf26d3bd8e27be5967 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 24 May 2013 16:31:01 -0400 Subject: [PATCH] hide audio controls in ie10 --- dashboard-ui/css/site.css | 4 ++-- dashboard-ui/scripts/mediaplayer.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 60acbdfc68..3565effd01 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -775,7 +775,7 @@ progress { position: relative; top: -10px; width: 110px; - margin-right: .5em; + margin-right: .25em; } .mediaSlider { @@ -865,4 +865,4 @@ input[type="range"]::-ms-fill-upper { .positionSlider { width: 50px; } -} \ No newline at end of file +} diff --git a/dashboard-ui/scripts/mediaplayer.js b/dashboard-ui/scripts/mediaplayer.js index 03ed32b04f..b5205c185c 100644 --- a/dashboard-ui/scripts/mediaplayer.js +++ b/dashboard-ui/scripts/mediaplayer.js @@ -285,7 +285,7 @@ var html = ''; - var requiresControls = $.browser.msie || $.browser.android || $.browser.iphone || $.browser.ipad; + var requiresControls = $.browser.android || $.browser.iphone || $.browser.ipad; // Can't autoplay in these browsers so we need to use the full controls if (requiresControls) {