From: Scott Barnett Date: Mon, 26 Sep 2011 20:48:05 +0000 (+1000) Subject: Fixed table gap from appearing. X-Git-Tag: v3.0~138 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=83ccbbe49f1e44da8d3abdfa7668af527c60c530;p=nextcloud-server.git Fixed table gap from appearing. --- diff --git a/files/js/files.js b/files/js/files.js index 8289d418e69..9342642b4ff 100644 --- a/files/js/files.js +++ b/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