mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 07:13:57 +02:00
Merge pull request #4615 from huffman/align-checkboxes
Align checkboxes
This commit is contained in:
commit
5e681ee56b
1 changed files with 4 additions and 4 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);
|
||||
|
@ -225,10 +229,6 @@ table#properties-list {
|
|||
table-layout: fixed;
|
||||
}
|
||||
|
||||
#properties-list > div {
|
||||
margin: 3pt 0;
|
||||
}
|
||||
|
||||
#properties-list {
|
||||
border-bottom: 0.75pt solid #e5e5e5;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue