CC-3434 : Playlist Builder fast deleting

This commit is contained in:
Naomi Aro 2012-03-14 17:50:48 +01:00
parent d25a6b7b6b
commit eb389d99d2
3 changed files with 75 additions and 30 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -456,4 +456,14 @@ div.helper li {
li.spl_empty {
height: 56px;
}
.pl-overlay {
z-index:100;
opacity: 0.7;
}
.pl-loading {
z-index:101;
background: transparent url(images/loader.gif) no-repeat 0 0;
}