user login & user edit pages improvement

This commit is contained in:
2022-03-08 21:22:38 +01:00
parent 890a6121d2
commit dc2e6d9780
5 changed files with 14 additions and 9 deletions

View File

@@ -3006,4 +3006,14 @@ img.lazy{
#better-messages-default{
max-width: 90%;
}
#auth_box #user-login-form{
span.login-message{
display: none;
}
input[type="email"],
input[type="password"]{
max-width: 95%;
}
}