restore music alphabet pickers

This commit is contained in:
Luke Pulverenti 2015-09-08 10:35:52 -04:00
parent a61e96accb
commit 467dc13089
14 changed files with 93 additions and 36 deletions

View file

@ -49,10 +49,6 @@
background-color: rgba(0, 0, 0, .7);
}
.videoControlButtons {
padding: 0 .5em;
}
.videoTopControls {
padding: 0 1em;
background-color: rgba(0, 0, 0, .5);
@ -70,8 +66,8 @@
}
.videoAdvancedControls iron-icon {
width: 32px;
height: 32px;
width: 30px;
height: 30px;
}
.nowPlayingInfo {
@ -99,6 +95,36 @@
font-size: 14px;
}
.videoPositionSlider {
width: 300px;
vertical-align: middle;
margin-left: -1em;
}
@media all and (max-width: 440px) {
.videoPositionSlider {
width: 240px;
}
}
@media all and (max-width: 400px) {
.videoPositionSlider {
width: 220px;
}
}
@media all and (max-width: 350px) {
.videoPositionSlider {
width: 200px;
}
}
@media all and (max-width: 320px) {
.videoPositionSlider {
width: 170px;
}
}
@media all and (max-width: 1200px) {
#videoPlayer .nowPlayingTabs {
font-size: 13px;
@ -202,7 +228,6 @@
@media all and (max-width: 1200px), all and (max-height: 720px) {
.videoControls .currentTime {
margin-right: 0;
min-width: 120px;
}
}
@ -312,4 +337,4 @@
-webkit-transform: scale(1);
opacity: 0;
}
}
}