diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 13:23:08 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 13:23:08 +0200 |
commit | dca5a03f8bd05364dbc321a9a5acc66cb06451a8 (patch) | |
tree | e76197ce17412b465d64184a67f472bd1536aa7b | |
parent | e1beb8c6c38d48eb923ed323dea25110e4bbacfd (diff) | |
download | nextcloud-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.css | 2 |
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 { |