]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix filelist shifting up one row on (multi)select
authorThomas Tanghus <thomas@tanghus.net>
Fri, 8 Feb 2013 21:30:27 +0000 (22:30 +0100)
committerThomas Tanghus <thomas@tanghus.net>
Fri, 8 Feb 2013 21:30:27 +0000 (22:30 +0100)
apps/files/css/files.css

index 67bd569ceef3e7577bfaec11155656658b341482..2c5842cbf65260a983cc8f627b3570b6a117b56a 100644 (file)
@@ -73,8 +73,7 @@ table th#headerSize, table td.filesize { min-width:3em; padding:0 1em; text-alig
 table th#headerDate, table td.date { min-width:11em; padding:0 .1em 0 1em; text-align:left; }
 
 /* Multiselect bar */
-table.multiselect { top:63px; }
-table.multiselect thead { position:fixed; top:82px; z-index:1; }
+table.multiselect thead { z-index:1; }
 table.multiselect thead th { background:rgba(230,230,230,.8); color:#000; font-weight:bold; border-bottom:0; }
 
 table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; }