Video player "menu" button added

Toggles display of all appropriate video controls for video player sizes
< 100%
This commit is contained in:
Tim Hobbs 2014-03-25 12:48:54 -07:00
parent a61b36b74c
commit 8216e6d956
5 changed files with 99 additions and 16 deletions

View file

@ -50,12 +50,6 @@
font-weight: normal;
}
@media all and (max-width: 650px) {
.nowPlayingMediaInfo {
display: none;
}
}
.mediaButton img {
height: 24px;
}
@ -134,6 +128,12 @@ input[type="range"]::-ms-fill-upper {
}
}
@media all and (max-width: 650px) {
.nowPlayingMediaInfo {
display: none;
}
}
@media all and (max-width: 600px) {
.chaptersButton, .audioTracksButton, .sendMediaButton {
display: none!important;