diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-16 16:03:35 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 14:29:46 +0200 |
commit | e2e05c4798a1c7aff439b2d91d6578e2fcc49260 (patch) | |
tree | b4c5dd1afc2d4ccb9da53dee68dc06c9b4b9a05a /apps/files | |
parent | 35308f5b09eca93b5908b4649a73dee5ab0dc915 (diff) | |
download | nextcloud-server-e2e05c4798a1c7aff439b2d91d6578e2fcc49260.tar.gz nextcloud-server-e2e05c4798a1c7aff439b2d91d6578e2fcc49260.zip |
adjust controls bar position for removed nav bar
Diffstat (limited to 'apps/files')
-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 501a216043c..9303910b3ed 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -101,7 +101,7 @@ * to be more flexible / relative */ #body-user .app-files #controls { - left: 310px; /* main nav bar + sidebar */ + left: 230px; /* sidebar width */ position: fixed; padding-left: 0px; } |