side playlist box and gui changes

This commit is contained in:
naomiaro 2010-10-06 10:40:46 -04:00
parent d1fce69e64
commit e4cf1a6fcf
12 changed files with 190 additions and 93 deletions

View file

@ -55,12 +55,11 @@
}
.pl_main {
clear: left;
}
.pl_row {
background-color: #d5e2ee;
clear:left;
cursor:move;
}
@ -154,3 +153,29 @@
text-align: right;
padding: 6px;
}
#spl_sortable {
list-style-type: none;
padding: 0;
margin: 0;
}
#spl_head {
background-color: #8BAED1;
font-weight: bold;
color: #ffffff;
}
.spl_title {
width: 73px;
}
.spl_artist {
width: 83px;
}
.spl_empty {
height: 30px;
text-align: center;
padding-top: 10px;
}