Opened 17 years ago
Closed 16 years ago
#6978 closed (worksforme)
Checkboxes are weird in inline forms
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Checkboxes are set off from their labels in inline forms. The margin-left property of the inline class for labels is set to 20px in django/contrib/admin/media/css/forms.css. Propose making it so that for checkbox labels it is not.
Note:
See TracTickets
for help on using tickets.
I can't see the problem you are describing. I have an in-line edited model with a checkbox in its fields and they line up left-justified under their column heading, which looks fine, under both trunk and newforms-admin. Can you recreate whatever looks weird under newforms-admin (trunk admin isn't going to be fixed at this point) and reopen with more details of what exactly you have specified and how it looks wrong?