]> source.dussan.org Git - nextcloud-server.git/commitdiff
hide modified header when multiselect is active, fix #15779
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 21 Apr 2015 13:38:34 +0000 (15:38 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 21 Apr 2015 13:38:34 +0000 (15:38 +0200)
apps/files/css/files.css

index 455ccae3f96cdbaa117c16cac6659f5170313f4b..bce85b7f5e704bf0f643d71dfe9bcb8d6a37ca59 100644 (file)
@@ -274,7 +274,16 @@ table.multiselect #headerName {
        position: relative;
        width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */
 }
-table td.selection, table th.selection, table td.fileaction { width:32px; text-align:center; }
+table.multiselect #modified {
+       display: none;
+}
+
+table td.selection,
+table th.selection,
+table td.fileaction {
+       width: 32px;
+       text-align: center;
+}
 table td.filename a.name {
        position:relative; /* Firefox needs to explicitly have this default set … */
        -moz-box-sizing: border-box;