Merge pull request #4615 from huffman/align-checkboxes

Align checkboxes
This commit is contained in:
Philip Rosedale 2015-04-08 13:39:25 -07:00
commit 5e681ee56b

View file

@ -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;
}