From b090eef48a5172ecdaf93094787465fdcdc138ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 13 Aug 2018 19:12:36 +0200 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(-) diff --git a/src/authentic2/manager/static/authentic2/manager/css/style.css b/src/authentic2/manager/static/authentic2/manager/css/style.css index 45f93309..1f80c7ce 100644 --- a/src/authentic2/manager/static/authentic2/manager/css/style.css +++ b/src/authentic2/manager/static/authentic2/manager/css/style.css @@ -195,7 +195,7 @@ form input[type="checkbox"] { } #id_generate_password_p label, #id_reset_password_at_next_login_p label, -#id_send_mail_p label, #id_is_superuser_p label { +#id_send_mail_p label, #id_is_superuser_p label, #id_send_password_reset_p label { display: inline; } .form-inner-container > .errorlist { -- 2.18.0