[UI] The playqueue now displays track/artist names on two lines

This commit is contained in:
emeric
2014-12-20 01:51:58 +01:00
parent 4517e5d2ac
commit 9ec42ade17
3 changed files with 90 additions and 20 deletions
+19
View File
@@ -15,9 +15,28 @@ div.contents {
}
.playqueue-playing {
background-color: rgba(202, 167, 66, 1);
}
.Wt-tableview .playqueue-playing {
color: #FFF;
}
.Wt-tableview .Wt-tv-contents.Wt-striped div.playqueue-playing:nth-child(odd) {
background-color: rgba(202, 167, 66, 1);
}
.playqueue-track {
margin-top: 12px;
line-height: normal;
font-weight: bold;
}
.playqueue-artist {
line-height: normal;
font-style: italic;
}
.mediaplayer {
background-color: #ccc;
border-radius: 10px;