diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-06-05 15:32:31 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-06-05 15:32:31 +0200 |
commit | 0ce1f34f8a8b7a42d3c4482d9c09be93aa31768c (patch) | |
tree | 5967c1e19ff17e42a86aef51a55bcae0cc3504c2 /apps/files/css/files.css | |
parent | 3dbfd1fe462e892549fb4c905c4e37afdc3e5dd1 (diff) | |
parent | dca5a03f8bd05364dbc321a9a5acc66cb06451a8 (diff) | |
download | nextcloud-server-0ce1f34f8a8b7a42d3c4482d9c09be93aa31768c.tar.gz nextcloud-server-0ce1f34f8a8b7a42d3c4482d9c09be93aa31768c.zip |
Merge pull request #8897 from owncloud/fix-multiselect
fix files multiselect bar now that the app list is gone
Diffstat (limited to 'apps/files/css/files.css')
-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 { |