diff options
author | Andreas Jacobsen <anjac@itu.dk> | 2017-06-27 20:21:54 +0200 |
---|---|---|
committer | Andreas Jacobsen <anjac@itu.dk> | 2017-06-28 13:13:11 +0200 |
commit | fe84dc73a8e2e8b9322391d21e8b220b13194ba1 (patch) | |
tree | a5a70e88b1f2e2f8006e507f02df7f2a00df8a61 /settings/css | |
parent | 3b80b72c04f790fd7f9118590ce4b4e81682720a (diff) | |
download | nextcloud-server-fe84dc73a8e2e8b9322391d21e8b220b13194ba1.tar.gz nextcloud-server-fe84dc73a8e2e8b9322391d21e8b220b13194ba1.zip |
Cleaned up personal settings page
Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 0d68a3b622d..5f4fa12f2db 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -2,20 +2,47 @@ This file is licensed under the Affero General Public License version 3 or later. See the COPYING-README file. */ -select#languageinput, select#timezone { +select#timezone { width: 15em; } +select#languageinput { + width: 17em; +} + input#openid, input#webdav { width: 20em; } +input#pass1, input#pass2, input#passwordbutton { + width: 17em; +} + /* PERSONAL */ .clear { clear: both; } +.personal-settings-password-box { + margin-top: 20px; + margin-bottom: 136px; +} + +.icon-federation-menu { + width: 44px; + margin: -6px; + float: right; +} + +.icon-avartar-federation-menu { + position: absolute; + width: 44px; + top: -6px; + left: 129px; + z-index: 10; +} + /* icons for sidebar */ .nav-icon-personal-settings { background-image: url('../img/personal.svg?v=1'); @@ -213,7 +240,7 @@ input#openid, input#webdav { .federationScopeMenu { top: 44px; - margin: -5px 0px 0; + margin: -5px -5px 0; } .federationScopeMenu.bubble::after { @@ -235,7 +262,7 @@ input#openid, input#webdav { #lostpassword, #groups { display: inline-block; - margin-bottom: 0; + margin-bottom: 10px; padding-bottom: 0; padding-right: 0; min-width: 60%; |