Player library, unified renderer for artists and playlists

This commit is contained in:
magnolia-fan
2011-11-27 16:37:51 +04:00
parent 453e809646
commit 9ec28708c5
23 changed files with 174 additions and 122 deletions
+10
View File
@@ -31,6 +31,7 @@
margin-bottom: 20px;
.art {
img {
width: 100%;
max-width: 220px;
}
.button-container {
@@ -46,6 +47,15 @@
tr.unavailable > td {
background-color: #FFF0F0;
}
td.album-pic {
padding: 0;
line-height: 0;
height: 40px;
width: 40px;
img {
height: 100%;
}
}
td.song-title {
padding: 12px 10px 10px 9px;
}