summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-05-16 16:03:35 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 14:29:46 +0200
commite2e05c4798a1c7aff439b2d91d6578e2fcc49260 (patch)
treeb4c5dd1afc2d4ccb9da53dee68dc06c9b4b9a05a /apps/files
parent35308f5b09eca93b5908b4649a73dee5ab0dc915 (diff)
downloadnextcloud-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.css2
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;
}