Opened 15 years ago
Last modified 11 years ago
#12491 closed
help_text for checkbox badly aligned if not on its own line — at Initial Version
Reported by: | master | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.1 |
Severity: | Normal | Keywords: | help_text design_ux |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
help_text is badly aligned under its checkbox when not alone on the line.
Due to media/css/forms.css:
If the chekbox is on its own line: ".checkbox-row p.help" applies, with a "padding-left: 0", it's ok.
Otherwise: "form .aligned p.help" applies, with a "padding-left: 38px", which gives an ugly rendering.
Note:
See TracTickets
for help on using tickets.