Fix checkboxes not aligning with label

This commit is contained in:
Ryan Huffman 2015-04-08 13:23:48 -07:00
parent 83918c53b9
commit 92b91c9a38

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);