Add track with drag-n-drop

This commit is contained in:
magnolia-fan
2011-11-30 05:08:53 +04:00
parent f8d86216c8
commit 87dab3df57
8 changed files with 50 additions and 88 deletions
+8
View File
@@ -80,6 +80,7 @@
.playlist {
margin: 20px 0 0 0;
min-height: 300px;
li {
list-style: none;
background-color: #ffffff;
@@ -117,4 +118,11 @@
}
}
}
tr.track {
display: block !important;
background-color: #fff;
width: 280px;
height: 47px;
visibility: hidden !important;
}
}