fixed series/album title in now playing bar, played/unplayed toggle

This commit is contained in:
Techywarrior 2013-04-01 13:26:13 -07:00
parent 10aacca355
commit 51e8bf14c7
3 changed files with 40 additions and 14 deletions

View file

@ -701,15 +701,21 @@ progress {
background-position: right center;
}
.userItemRating {
height: 24px;
width: 24px;
margin-right: 1em;
overflow: hidden;
display: inline-block;
}
.imgUserItemRating {
height: 24px;
margin-right: 1em;
cursor: pointer;
}
.imgUserItemRating:hover {
opacity: .5;
}
.imgUserItemRating:hover {
opacity: .5;
}
@media all and (min-width: 650px) {
.itemImageBlock {