removed password strength message

This commit is contained in:
naomi 2021-02-09 18:26:09 +00:00
parent 077455b4d3
commit eec5b876a3
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ body {
font-size: 100% !important;
}
/* remove this confusing thing from user creation page */
#edit-password-policy-status {
display: none;
}
.form-composite > .fieldset-wrapper > .description, .form-item .description {
font-size: 1em !important;
}