Fixed table gap from appearing.
This commit is contained in:
parent
861ef363a5
commit
83ccbbe49f
1 changed files with 0 additions and 2 deletions
|
@ -385,11 +385,9 @@ function procesSelection(){
|
|||
$('table').css('padding-top','0');
|
||||
}else{
|
||||
var width={name:$('#headerName').css('width'),size:$('#headerSize').css('width'),date:$('#headerDate').css('width')};
|
||||
$('thead').addClass('fixed');
|
||||
$('#headerName').css('width',width.name);
|
||||
$('#headerSize').css('width',width.size);
|
||||
$('#headerDate').css('width',width.date);
|
||||
$('table').css('padding-top','2.1em');
|
||||
$('.selectedActions').show();
|
||||
var totalSize=0;
|
||||
for(var i=0;i<selectedFiles.length;i++){
|
||||
|
|
Loading…
Reference in a new issue