9e03f892 by Marty Penner

Fix checkbox and radio button widths in admin

1 parent f35a4aa3
...@@ -861,6 +861,11 @@ input.dp-applied { ...@@ -861,6 +861,11 @@ input.dp-applied {
861 width: 99% 861 width: 99%
862 } 862 }
863 863
864 .edit-option-table tbody td input[type="checkbox"],
865 .edit-option-table tbody td input[type="radio"] {
866 width: auto;
867 }
868
864 /* tables */ 869 /* tables */
865 table.tablesorter { 870 table.tablesorter {
866 /* 871 /*
......