From 3ad4a2839f83268f3e31bc7971c9432515628b4a Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 6 Jun 2017 17:06:44 -0500 Subject: [PATCH] Allow to change avatar when groups are disables * password form overlaps upload button and doesn't allow to click it * regression from #5259 Signed-off-by: Morris Jobke make sure that we always clear all floating rules after the user settings parts Signed-off-by: Bjoern Schiessle --- settings/css/settings.css | 7 +++++-- settings/templates/personal.php | 4 +++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/settings/css/settings.css b/settings/css/settings.css index 1280f5237a..5e97f1bb66 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -12,6 +12,10 @@ input#openid, input#webdav { /* PERSONAL */ +.clear { + clear: both; +} + /* icons for sidebar */ .nav-icon-personal-settings { background-image: url('../img/personal.svg?v=1'); @@ -226,8 +230,7 @@ input#openid, input#webdav { } #lostpassword, -#groups, -#passwordform { +#groups { display: inline-block; margin-bottom: 0; padding-bottom: 0; diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 5dc6abf2b3..7a301e5e63 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -239,6 +239,8 @@ +
+

t('Groups')); ?>

@@ -353,7 +355,7 @@ if($_['passwordChangeSupported']) {

t('App passwords'));?>

t('Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too.'));?>

- +