add user data buttons to now playing bar

This commit is contained in:
Luke Pulverenti 2015-06-13 11:52:46 -04:00
parent 1299364d00
commit 1a0ca75287
4 changed files with 56 additions and 31 deletions

View file

@ -9,10 +9,10 @@
vertical-align: top;
}
.mediaButton {
.mediaButton, .nowPlayingBarUserDataButtons .btnUserItemRating {
vertical-align: middle;
font-size: 30px;
color: #e8e8e8 !important;
color: #e8e8e8;
margin: 0 10px;
min-width: 30px;
text-align: center;
@ -197,3 +197,15 @@ input[type="range"]::-ms-fill-upper {
padding: 1em;
background: #222;
}
.nowPlayingBarUserDataButtons {
display: inline-block;
margin-left: 2em;
}
@media all and (max-width: 1200px) {
.nowPlayingBarUserDataButtons {
display: none;
}
}