Skip to content

Commit

Permalink
[css] Improve user reset-password form appearance.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Nov 13, 2024
1 parent 430d0eb commit a25170d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions admin_interface/static/admin_interface/css/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@
}
/* end-fix */

/* fix user reset password form */
.admin-interface #user_form #id_password p bdi::after {
content: "";
display: block;
}

.admin-interface #user_form #id_password a.button {
display: inline-block;
padding: 6px 12px;
text-decoration: none !important;
}
/* end-fix */

/* fixed time widget header border radius */
.admin-interface .clockbox.module h2 {
border-bottom-left-radius: 0;
Expand Down

0 comments on commit a25170d

Please sign in to comment.