]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix multiselect bar being too short on big displays
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 24 Jan 2014 17:20:52 +0000 (18:20 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 24 Jan 2014 17:20:52 +0000 (18:20 +0100)
apps/files/css/files.css

index 74e625f371df1bb107feb741a3d3fb72b270ba85..1c48d61c4e82bd6ad84dcc6ffa2ee94e931aec9a 100644 (file)
@@ -103,7 +103,7 @@ table td {
 }
 table th#headerName {
        position: relative;
-       width: 100em; /* not really sure why this works better than 100% … table styling */
+       width: 9999px; /* not really sure why this works better than 100% … table styling */
        padding: 0;
 }
 #headerName-container {
@@ -145,6 +145,7 @@ table.multiselect thead th {
 }
 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:2em; text-align:center; }
 table td.filename a.name {