rename MediaVersions to MediaSources

This commit is contained in:
Luke Pulverenti 2014-03-22 12:16:43 -04:00
parent 7a9d65a367
commit 7058b9e879
10 changed files with 87 additions and 129 deletions

View file

@ -1,13 +1,13 @@
/* Now playing bar */
.nowPlayingBar {
padding: 6px 0 24px 0;
padding: 6px 0 20px 0;
border-top: 2px solid green;
}
.nowPlayingBar .barBackground {
border-top: 2px solid green;
position: absolute;
margin: -8px -0.5em -26px !important;
margin: -8px -0.5em -22px !important;
width: 100%;
height: 100%;
}
@ -251,4 +251,4 @@ input[type="range"]::-ms-fill-upper {
.positionSliderContainer {
width: 300px;
}
}
}