CC-1976: Auto-expand the playlist box as the list grows

Fixing issue introduced by my last commit, which made the click and drop area very small.
Also removed the wasted space at the bottom of the click and drop area.
This commit is contained in:
Yuchen Wang 2011-10-12 17:14:03 -04:00
parent a317d3904b
commit 36c36d2a97
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
width: 40%;
min-height: 475px;
padding: 8px;
padding-bottom: 0px;
font-size: 16px;
}
@ -39,8 +40,11 @@
#spl_sortable {
list-style: none;
padding:0;
padding-bottom:50px;
width:100%;
min-height: 320px;
margin-top:0;
margin-bottom:0;
}
#side_playlist li {