diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-29 14:40:26 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-29 14:40:26 +0100 |
commit | 21e3522be9d5070f2872c04196e576b5289e6da5 (patch) | |
tree | d48d1f8752ba7683a6efa799509b2eba0bb21940 /settings/css | |
parent | a38e8b6436ccfe173b4d368d094753c71bdbd69f (diff) | |
download | nextcloud-server-21e3522be9d5070f2872c04196e576b5289e6da5.tar.gz nextcloud-server-21e3522be9d5070f2872c04196e576b5289e6da5.zip |
fix personal page layout for LDAP users, fix #22272
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 978f9e44e58..2e7b6d213a5 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -37,7 +37,9 @@ input#openid, input#webdav { width:20em; } #displaynameform, #lostpassword, -#groups { +#groups, +#passwordform, +#language { display: inline-block; margin-bottom: 0; padding-bottom: 0; |