summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 13:23:08 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 13:23:08 +0200
commitdca5a03f8bd05364dbc321a9a5acc66cb06451a8 (patch)
treee76197ce17412b465d64184a67f472bd1536aa7b
parente1beb8c6c38d48eb923ed323dea25110e4bbacfd (diff)
downloadnextcloud-server-dca5a03f8bd05364dbc321a9a5acc66cb06451a8.tar.gz
nextcloud-server-dca5a03f8bd05364dbc321a9a5acc66cb06451a8.zip
fix files multiselect bar now that the app list is gone
-rw-r--r--apps/files/css/files.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index acdeaf17fde..c5c8edd0971 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -225,7 +225,7 @@ table.multiselect thead {
z-index: 10;
-moz-box-sizing: border-box;
box-sizing: border-box;
- left: 310px; /* main nav bar + sidebar */
+ left: 230px; /* sidebar */
}
table.multiselect thead th {