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;
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue