hide modified header when multiselect is active, fix #15779

This commit is contained in:
Jan-Christoph Borchardt 2015-04-21 15:38:34 +02:00
parent 4b968da9e6
commit 723804ffd7
1 changed files with 10 additions and 1 deletions

View File

@ -274,7 +274,16 @@ table.multiselect #headerName {
position: relative; position: relative;
width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */ 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 { table td.filename a.name {
position:relative; /* Firefox needs to explicitly have this default set … */ position:relative; /* Firefox needs to explicitly have this default set … */
-moz-box-sizing: border-box; -moz-box-sizing: border-box;