Fixed table gap from appearing.

This commit is contained in:
Scott Barnett 2011-09-27 06:48:05 +10:00
parent 861ef363a5
commit 83ccbbe49f
1 changed files with 0 additions and 2 deletions

View File

@ -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++){