Track availability, fixes

This commit is contained in:
magnolia-fan
2011-11-24 03:37:41 +04:00
parent d4203d26fd
commit b82ade229d
7 changed files with 30 additions and 14 deletions
+3
View File
@@ -34,6 +34,9 @@
& > h3 {
margin: -5px 0 5px 0;
}
tr.unavailable > td {
background-color: #FFF0F0;
}
td.song-duration {
text-align: right;
.s-duration {
+3
View File
@@ -109,6 +109,9 @@
margin: 16px 5px 0 0;
cursor: pointer;
}
&.unavailable {
background-color: #FFF0F0;
}
&.now {
background-color: #EAF5FF;
}