user edit page design improved

This commit is contained in:
Bachir Soussi Chiadmi 2022-03-08 21:40:34 +01:00
parent dc2e6d9780
commit 6707528059
3 changed files with 35 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -3017,3 +3017,37 @@ img.lazy{
max-width: 95%; max-width: 95%;
} }
} }
form#user-form {
max-width: 800px;
label {
display: inline-block;
width: 14em;
font-weight: bold;
}
input{
width: 16em;
}
.description{
padding: 1em 0;
max-width: 35em;
}
details{
border: none;
}
.form-item-pass-pass2{
margin-top: 1em;
}
.js-password-confirm-message{
padding-top: 0.5em;
}
.password-strength{
padding-top: 0.5em;
width: 30em;
display: flex;
flex-flow: row-reverse;
>div{
flex: 0 0 50%;
}
}
}