From 9d82e0b573db8dc5603a03607a63c1cc6d5ffc8d Mon Sep 17 00:00:00 2001 From: Tim Hobbs Date: Tue, 15 Apr 2014 17:02:05 -0700 Subject: [PATCH] CSS update Video player css update --- dashboard-ui/css/mediaplayer-video.css | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/dashboard-ui/css/mediaplayer-video.css b/dashboard-ui/css/mediaplayer-video.css index 2244f255c..07f4df2cd 100644 --- a/dashboard-ui/css/mediaplayer-video.css +++ b/dashboard-ui/css/mediaplayer-video.css @@ -55,8 +55,7 @@ #videoControls #video-basic-controls { position: absolute; top: 25px; - left: 20px; - bottom: 0; + left: 10px; width: 600px; display: inline-block; } @@ -64,8 +63,7 @@ #videoControls #video-advanced-controls { position: absolute; top: 25px; - right: 20px; - bottom: 0; + right: 10px; width: 400px; display: inline-block; } @@ -254,6 +252,14 @@ #mediaPlayer #videoControls .mediaPlayerFlyout { bottom: 150px; } + + #mediaPlayer .nowPlayingImage, #mediaPlayer .nowPlayingText { + display: none; + } + + #mediaPlayer .volumeSliderContainer { + margin-top: 8px; + } } @media all and (max-width: 640px), all and (max-height: 365px) { @@ -266,16 +272,6 @@ } } -@media all and (max-width: 600px) { - #mediaPlayer .volumeSliderContainer, #mediaPlayer .muteButton, #mediaPlayer .unmuteButton { - display: none!important; - } - - #mediaPlayer .nowPlayingImage, #mediaPlayer .nowPlayingText { - display: none!important; - } -} - @media all and (max-width: 500px) { #mediaPlayer .previousTrackButton, #mediaPlayer .nextTrackButton { display: none!important;