CC-3724 : Now Playing -> Timeline view: to drag and drop single file very fast will block adding the same file

using jquery.blockUI.js on timeline/playlist builder pages.
This commit is contained in:
Naomi Aro 2012-05-04 15:00:18 +02:00
parent 12a5f17ff5
commit edaec54a5d
6 changed files with 80 additions and 60 deletions

View file

@ -449,14 +449,4 @@ 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;
}

View file

@ -1,7 +1,7 @@
@CHARSET "UTF-8";
.sb-content {
overflow: hidden;
overflow: hidden;
}
.sb-content .dataTables_scrolling {