summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-06-06 11:27:04 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-06 11:27:04 +0200
commit289accc31bd2adb98833e470162483119924e2e9 (patch)
treea8547b7eb22d481f2752403b486ebe1e8636414a /settings
parent3a7b30795c56f1debdb7a9dcd51578b711c2f622 (diff)
parentb2bae9313d3467f945ef02a3091d8cbf52c1382a (diff)
downloadnextcloud-server-289accc31bd2adb98833e470162483119924e2e9.tar.gz
nextcloud-server-289accc31bd2adb98833e470162483119924e2e9.zip
Merge pull request #8159 from owncloud/mobile-sidebar-swipe
Mobile sidebar swipe
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index cd81cfb2b3d..638d2fc576b 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -9,7 +9,7 @@ input#openid, input#webdav { width:20em; }
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
position: fixed;
right: 0;
- left: 230px;
+ left: 250px;
height: 44px;
padding: 0; margin: 0;
background: #eee; border-bottom: 1px solid #e7e7e7;