Video player CSS updates

Fix for long title names breaking volume control layout
This commit is contained in:
Tim Hobbs 2014-04-16 19:32:57 -07:00
parent 98ad2eb595
commit 44d6612fd3
2 changed files with 10 additions and 2 deletions

View file

@ -219,12 +219,20 @@
#videoControls #video-advanced-controls {
width: 350px;
}
#videoControls .nowPlayingText {
max-width: 160px;
}
}
@media all and (max-width: 960px), all and (max-height: 550px) {
#videoControls #video-advanced-controls {
width: 275px;
}
#videoControls .nowPlayingText {
max-width: 90px;
}
}
@media all and (max-width: 800px), all and (max-height: 460px) {