]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix "select all" checkbox displacement when checked
authorPellaeon Lin <nfsmwlin@gmail.com>
Mon, 26 Aug 2013 02:57:14 +0000 (10:57 +0800)
committerPellaeon Lin <nfsmwlin@gmail.com>
Mon, 26 Aug 2013 02:57:14 +0000 (10:57 +0800)
apps/files/css/files.css

index a2cf8398c2724c2020256872ffbbd79196d34eb3..7d5fe6445b7d04456a5b456b5d40d9d452606ba9 100644 (file)
@@ -94,7 +94,7 @@ table th#headerDate, table td.date { min-width:11em; padding:0 .1em 0 1em; text-
 
 /* Multiselect bar */
 #filestable.multiselect { top:63px; }
-table.multiselect thead { position:fixed; top:82px; z-index:1; -moz-box-sizing: border-box; box-sizing: border-box; left: 0; padding-left: 64px; width:100%; }
+table.multiselect thead { position:fixed; top:82px; z-index:1; -moz-box-sizing: border-box; box-sizing: border-box; left: 0; padding-left: 80px; width:100%; }
 table.multiselect thead th {
        background-color: rgba(210,210,210,.7);
        color: #000;