Projet

Général

Profil

0001-manager-style-send-reset-password-email-checkbox-lik.patch

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

Télécharger (1,02 ko)

Voir les différences:

Subject: [PATCH] manager: style "send reset password email" checkbox like
 others (#25668)

 src/authentic2/manager/static/authentic2/manager/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/manager/static/authentic2/manager/css/style.css
195 195
}
196 196

  
197 197
#id_generate_password_p label, #id_reset_password_at_next_login_p label,
198
#id_send_mail_p label, #id_is_superuser_p label {
198
#id_send_mail_p label, #id_is_superuser_p label, #id_send_password_reset_p label {
199 199
  display: inline;
200 200
}
201 201
.form-inner-container > .errorlist {
202
-