manager: make sure floating fields are cleared in new user page (#25662)

This commit is contained in:
Frédéric Péters 2018-08-13 15:36:37 +02:00
parent 3b88db2cfc
commit 4dafd56b1d
1 changed files with 5 additions and 0 deletions

View File

@ -188,6 +188,11 @@ form input[type="checkbox"] {
margin-left: 50%;
}
#id_last_name_p::after, #id_password2_p::after {
content: "";
display: block;
clear: both;
}
#id_generate_password_p label, #id_reset_password_at_next_login_p label,
#id_send_mail_p label, #id_is_superuser_p label {