9e03f892 by Marty Penner

Fix checkbox and radio button widths in admin

1 parent f35a4aa3
......@@ -861,6 +861,11 @@ input.dp-applied {
width: 99%
}
.edit-option-table tbody td input[type="checkbox"],
.edit-option-table tbody td input[type="radio"] {
width: auto;
}
/* tables */
table.tablesorter {
/*
......