We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430d0eb commit a25170dCopy full SHA for a25170d
admin_interface/static/admin_interface/css/widgets.css
@@ -40,6 +40,19 @@
40
}
41
/* end-fix */
42
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
56
/* fixed time widget header border radius */
57
.admin-interface .clockbox.module h2 {
58
border-bottom-left-radius: 0;
0 commit comments