Lite styling of user profile form

This commit is contained in:
Yohan Boniface 2023-08-21 17:10:12 +02:00
parent 2b471be171
commit 7814702721

View file

@ -194,6 +194,10 @@ select[multiple="multiple"] {
font-size: 10px;
border-radius: 0 2px;
}
.content .helptext {
background-color: #eee;
color: #000;
}
input + .help-text {
margin-top: -14px;
}
@ -214,6 +218,9 @@ label {
line-height: 21px;
width: 100%;
}
.content label {
font-weight: bold;
}
input[type="checkbox"] + label {
display: inline;
padding: 0 14px;