Changes between Initial Version and Version 10 of Ticket #12491
- Timestamp:
- May 21, 2013, 7:54:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12491
- Property Keywords design_ux added
- Property Triage Stage Unreviewed → Accepted
- Property Severity → Normal
- Property Type → Bug
- Property UI/UX set
- Property Easy pickings unset
- Property Has patch set
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #12491 – Description
initial v10 1 1 help_text is badly aligned under its checkbox when not alone on the line. 2 2 3 Due to media/css/forms.css:[[BR]] 4 If the chekbox is on its own line: ".checkbox-row p.help" applies, with a "padding-left: 0", it's ok.[[BR]] 5 Otherwise: "form .aligned p.help" applies, with a "padding-left: 38px", which gives an ugly rendering. 3 Due to `media/css/forms.css`: 4 5 If the chekbox is on its own line: `.checkbox-row p.help` applies, with a `padding-left: 0`, it's ok. 6 7 Otherwise: `form .aligned p.help` applies, with a `padding-left: 38px`, which gives an ugly rendering.