more mobile playback fixes

This commit is contained in:
Luke Pulverenti 2013-05-24 11:19:32 -04:00
parent 5ce7645ca1
commit b2ea19f9fb
3 changed files with 22 additions and 2 deletions

View file

@ -846,6 +846,26 @@ input[type="range"]::-ms-fill-upper {
}
@media all and (max-width: 500px) {
.volumeButton, .volumeSlider, .fullscsreenButton {
display: none!important;
}
.positionSlider {
width: 50px;
}
.itemVideo:not(.fullscreenVideo) {
left: -300px;
}
}
@media all and (max-width: 750px) {
.positionSlider {
width: 50px;
}
}
/* VideoJS overrides */
#videoWindow.tubecss .vjs-menu-button {