Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:12:01 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:12:01 +0400
commite3d8758a32e0c3533cdbcb7bf2e40fb8c0fd4906 (patch)
treee1e7d32cd64520df18e5e31db35c6e552623eb61 /apps
parent5a5496f4e73071c821cead528acfaeac0f2f6ea8 (diff)
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);