Fixed table gap from appearing.

remotes/origin/stable
Scott Barnett 15 years ago
parent 861ef363a5
commit 83ccbbe49f
  1. 2
      files/js/files.js

@ -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…
Cancel
Save