Skip to content

Commit a25170d

Browse files
committed
[css] Improve user reset-password form appearance.
1 parent 430d0eb commit a25170d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

admin_interface/static/admin_interface/css/widgets.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@
4040
}
4141
/* end-fix */
4242

43+
/* fix user reset password form */
44+
.admin-interface #user_form #id_password p bdi::after {
45+
content: "";
46+
display: block;
47+
}
48+
49+
.admin-interface #user_form #id_password a.button {
50+
display: inline-block;
51+
padding: 6px 12px;
52+
text-decoration: none !important;
53+
}
54+
/* end-fix */
55+
4356
/* fixed time widget header border radius */
4457
.admin-interface .clockbox.module h2 {
4558
border-bottom-left-radius: 0;

0 commit comments

Comments
 (0)