]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed table gap from appearing.
authorScott Barnett <scott.n.barnett@gmail.com>
Mon, 26 Sep 2011 20:48:05 +0000 (06:48 +1000)
committerScott Barnett <scott.n.barnett@gmail.com>
Mon, 26 Sep 2011 20:48:05 +0000 (06:48 +1000)
files/js/files.js

index 8289d418e6927429a2d9b3b03e7308db8c16b561..9342642b4ff536d14632baed76b6219cb96abe4d 100644 (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++){