diff options
author | Andreas Jacobsen <anjac@itu.dk> | 2017-06-28 18:26:50 +0200 |
---|---|---|
committer | Andreas Jacobsen <anjac@itu.dk> | 2017-06-28 18:26:50 +0200 |
commit | b55c7032adbe825d7076347274c2603f1b232f7a (patch) | |
tree | b1f431bf33ca02fa68d708831bda4cd5e0ce443f /settings/css | |
parent | b4e05e8c589a838c5d3dc849b2f126380b28e040 (diff) | |
download | nextcloud-server-b55c7032adbe825d7076347274c2603f1b232f7a.tar.gz nextcloud-server-b55c7032adbe825d7076347274c2603f1b232f7a.zip |
Added space between avatar and settings
Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 7e257eec9ff..549971c8176 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -39,8 +39,7 @@ input#pass1, input#pass2, input#passwordbutton { position: absolute; width: 44px; top: -6px; - left: 129px; - z-index: 10; + left: 130px; } /* icons for sidebar */ @@ -71,6 +70,7 @@ input#pass1, input#pass2, input#passwordbutton { #avatarform { min-width: 145px; padding-right: 0; + margin-top: -2px; } #avatarform .avatardiv { @@ -148,10 +148,8 @@ input#pass1, input#pass2, input#passwordbutton { #personal-settings-container { position: relative; - float: left; - min-width: 280px; - max-width: 700px; - width: calc(100% - 200px); + margin-left: 215px; + max-width: 600px; } #personal-settings-container:after { |