Float ALL form checkboxes left

Change-Id: Ifb32ea628087135dfb21702e7ba0ffe8994eeb95
This commit is contained in:
Paul McMillan 2012-01-03 20:10:27 -08:00
parent 7266ee51b5
commit f274ba9eb1

View File

@ -810,7 +810,7 @@ td.multi_select_column {
text-align: center; text-align: center;
} }
.launch_image input[type="checkbox"] { div.input input[type="checkbox"] {
float: left; float: left;
width: 25px; width: 25px;
} }