diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-06-06 17:06:44 -0500 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-06-07 11:27:27 -0500 |
commit | 3ad4a2839f83268f3e31bc7971c9432515628b4a (patch) | |
tree | 0e301f64b316f7d0392d722f502193672e9f1d5a /settings/css | |
parent | 3678be045ee03af574875952f071704a6a4c6000 (diff) | |
download | nextcloud-server-3ad4a2839f83268f3e31bc7971c9432515628b4a.tar.gz nextcloud-server-3ad4a2839f83268f3e31bc7971c9432515628b4a.zip |
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 <hey@morrisjobke.de>
make sure that we always clear all floating rules after the user settings parts
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 1280f5237a4..5e97f1bb668 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; |