diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-10-06 12:44:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-06 12:44:50 +0200 |
commit | 8fecf8503aa1c9d6c0cec541149ba5da599869c2 (patch) | |
tree | 2fba1e667dfaab04c034b0612441df9896fba3c2 /core | |
parent | f6e8da186d16dd2d9898f1ac2920622f3943cbb7 (diff) | |
parent | 4afb5d55279bb8d38a1193a1b81d52759ea6140e (diff) | |
download | nextcloud-server-8fecf8503aa1c9d6c0cec541149ba5da599869c2.tar.gz nextcloud-server-8fecf8503aa1c9d6c0cec541149ba5da599869c2.zip |
Merge pull request #1229 from nextcloud/bugfix/change-password-changes
Bugfix/change password changes
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index efc49e02a17..60b325111f8 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -490,8 +490,9 @@ label.infield { } #personal-show + label { height: 14px; - margin-top: 14px; - margin-left: -36px; + margin-top: -25px; + left: 295px; + display: block; } #passwordbutton { margin-left: .5em; |