Merge "Float ALL form checkboxes left"

This commit is contained in:
Jenkins 2012-01-05 22:53:05 +00:00 committed by Gerrit Code Review
commit 7166d25dd5

View File

@ -813,7 +813,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;
} }