summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-06-05 10:53:22 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-05 10:53:22 +0200
commit1c20c72efedfb78cdb770070236438cb33d984a8 (patch)
tree99e6252c88f3b73a26ab2d7bf5982d36a53b720a /settings/css
parent09cc7c2d4436f9e85dc70a7cf22a105b63cb53c1 (diff)
parent218131d30d6105d0bcd601ea955b258e3e88bdf1 (diff)
downloadnextcloud-server-1c20c72efedfb78cdb770070236438cb33d984a8.tar.gz
nextcloud-server-1c20c72efedfb78cdb770070236438cb33d984a8.zip
Merge pull request #8620 from owncloud/design-navigation-two
Toggle app navigation not only on mobile, but on desktop as well
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 3a6e40ad361..cd81cfb2b3d 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -7,7 +7,10 @@ input#openid, input#webdav { width:20em; }
#user-controls {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
- position: fixed; right: 0; left:380px; height: 44px;
+ position: fixed;
+ right: 0;
+ left: 230px;
+ height: 44px;
padding: 0; margin: 0;
background: #eee; border-bottom: 1px solid #e7e7e7;
z-index: 50;