summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-17 15:47:26 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-17 15:47:26 +0100
commitb291fb9cd7e94009aba6023e88c5e970a4aa4e96 (patch)
treef846f74982c7a44c95bfa40a9c1162d74a6427f1 /apps
parent3e803b5e366563e384abde0d6e6cb6eb010bf914 (diff)
downloadnextcloud-server-b291fb9cd7e94009aba6023e88c5e970a4aa4e96.tar.gz
nextcloud-server-b291fb9cd7e94009aba6023e88c5e970a4aa4e96.zip
make sure there's enough room for the file actions
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 4beb01a4e6a..eb009cf0a14 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -65,6 +65,14 @@
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);