CSS update

Video player css update
This commit is contained in:
Tim Hobbs 2014-04-15 17:02:05 -07:00
parent b6526b65d0
commit 9d82e0b573

View File

@ -55,8 +55,7 @@
#videoControls #video-basic-controls { #videoControls #video-basic-controls {
position: absolute; position: absolute;
top: 25px; top: 25px;
left: 20px; left: 10px;
bottom: 0;
width: 600px; width: 600px;
display: inline-block; display: inline-block;
} }
@ -64,8 +63,7 @@
#videoControls #video-advanced-controls { #videoControls #video-advanced-controls {
position: absolute; position: absolute;
top: 25px; top: 25px;
right: 20px; right: 10px;
bottom: 0;
width: 400px; width: 400px;
display: inline-block; display: inline-block;
} }
@ -254,6 +252,14 @@
#mediaPlayer #videoControls .mediaPlayerFlyout { #mediaPlayer #videoControls .mediaPlayerFlyout {
bottom: 150px; bottom: 150px;
} }
#mediaPlayer .nowPlayingImage, #mediaPlayer .nowPlayingText {
display: none;
}
#mediaPlayer .volumeSliderContainer {
margin-top: 8px;
}
} }
@media all and (max-width: 640px), all and (max-height: 365px) { @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) { @media all and (max-width: 500px) {
#mediaPlayer .previousTrackButton, #mediaPlayer .nextTrackButton { #mediaPlayer .previousTrackButton, #mediaPlayer .nextTrackButton {
display: none!important; display: none!important;