summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 21:18:21 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 21:19:28 +0200
commit9063a25bb44d43b30cb10372b5b33901a4922e0e (patch)
treed1369b2b0bb0788debbf8b890bacba6c4039315b /settings
parent9748597215813e4f501f6d16128af6104af79712 (diff)
downloadnextcloud-server-9063a25bb44d43b30cb10372b5b33901a4922e0e.tar.gz
nextcloud-server-9063a25bb44d43b30cb10372b5b33901a4922e0e.zip
slightly widen sidebar to 250px, works better with apps and on mobile
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;