update translations

This commit is contained in:
Luke Pulverenti 2016-02-25 13:03:49 -05:00
parent fea3421067
commit 2ddc5b5260
80 changed files with 572 additions and 719 deletions

View file

@ -122,19 +122,19 @@
@media all and (max-width: 400px) {
.videoPositionSlider {
width: 220px;
width: 200px;
}
}
@media all and (max-width: 350px) {
.videoPositionSlider {
width: 200px;
width: 180px;
}
}
@media all and (max-width: 320px) {
.videoPositionSlider {
width: 170px;
width: 120px;
}
}
@ -257,6 +257,12 @@
}
}
@media all and (max-width: 500px) {
.videoControls .currentTime {
display: none !important;
}
}
@media all and (min-width: 1400px) {
.nowPlayingInfo {
padding-bottom: 0;