Projet

Général

Profil

0001-manager-make-sure-floating-fields-are-cleared-in-new.patch

Frédéric Péters, 13 août 2018 15:41

Télécharger (1018 octets)

Voir les différences:

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

 .../manager/static/authentic2/manager/css/style.css          | 5 +++++
 1 file changed, 5 insertions(+)
src/authentic2/manager/static/authentic2/manager/css/style.css
188 188
  margin-left: 50%;
189 189
}
190 190

  
191
#id_last_name_p::after, #id_password2_p::after {
192
  content: "";
193
  display: block;
194
  clear: both;
195
}
191 196

  
192 197
#id_generate_password_p label, #id_reset_password_at_next_login_p label,
193 198
#id_send_mail_p label, #id_is_superuser_p label {
194
-