]> source.dussan.org Git - nextcloud-server.git/commitdiff
make sure there's enough room for the file actions
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 17 Jan 2014 14:47:26 +0000 (15:47 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 17 Jan 2014 14:47:26 +0000 (15:47 +0100)
apps/files/css/files.css

index 4beb01a4e6aeb81e09a6f4f4119efdfdd0bb2062..eb009cf0a14252dbaa3079783a70ac2fd0023101 100644 (file)
        top: 44px;
        width: 100%;
 }
+/* make sure there's enough room for the file actions */
+#body-user #filestable {
+       min-width: 750px;
+}
+#body-user #controls {
+       min-width: 600px;
+}
+
 #filestable tbody tr { background-color:#fff; height:2.5em; }
 #filestable tbody tr:hover, tbody tr:active {
        background-color: rgb(240,240,240);