mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Fix checkboxes not aligning with label
This commit is contained in:
parent
83918c53b9
commit
92b91c9a38
1 changed files with 4 additions and 0 deletions
|
@ -194,6 +194,10 @@ input:disabled, textarea:disabled {
|
|||
color: rgb(160, 160, 160);
|
||||
}
|
||||
|
||||
#properties-list input[type=checkbox] {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
#properties-list input[type=button] {
|
||||
cursor: pointer;
|
||||
background-color: rgb(51, 102, 102);
|
||||
|
|
Loading…
Reference in a new issue