Active playlists artist and track titles, drag control, play from tracklist

This commit is contained in:
magnolia-fan
2011-06-29 02:10:57 +04:00
parent 655e30f995
commit 75f8d826a6
9 changed files with 67 additions and 19 deletions
+1
View File
@@ -71,6 +71,7 @@
&:hover {
background-color: #FAFAFA;
cursor: pointer;
.track-container {
.fade {
+17 -2
View File
@@ -98,17 +98,32 @@ $icons_dir: "/images/icns/";
}
}
.dragbox {
position: absolute;
top: 1px;
left: 2px;
width: 15px;
height: 26px;
background-image: url('/images/drag.png');
cursor: move;
}
.title {
position: absolute;
top: 0;
left: 5px;
left: 19px;
z-index: 10;
width: 330px;
width: 316px;
height: 26px;
line-height: 26px;
display: block;
float: left;
overflow: hidden;
.data.artist, .playtrack {
border-bottom: #555 1px dotted;
cursor: pointer;
}
}
.duration {