Fix checkbox and radio button widths in admin
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -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 | /* | ... | ... |
-
Please register or sign in to post a comment