Lite styling of user profile form
This commit is contained in:
parent
2b471be171
commit
7814702721
1 changed files with 7 additions and 0 deletions
|
@ -194,6 +194,10 @@ select[multiple="multiple"] {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
border-radius: 0 2px;
|
border-radius: 0 2px;
|
||||||
}
|
}
|
||||||
|
.content .helptext {
|
||||||
|
background-color: #eee;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
input + .help-text {
|
input + .help-text {
|
||||||
margin-top: -14px;
|
margin-top: -14px;
|
||||||
}
|
}
|
||||||
|
@ -214,6 +218,9 @@ label {
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.content label {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
input[type="checkbox"] + label {
|
input[type="checkbox"] + label {
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: 0 14px;
|
padding: 0 14px;
|
||||||
|
|
Loading…
Reference in a new issue