#26272 closed defect (bug) (fixed)
File organisation checkbox is incorrectly bold on options-media.php, as per current label element style
Reported by: | Hanni | Owned by: | iammattthomas |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | minor | Version: | 3.8 |
Component: | Administration | Keywords: | needs-patch needs-ui |
Focuses: | ui | Cc: |
Description
There's a new label element "Organize my uploads into month- and year-based folders", which is emboldened on options-reading.php, but this doesn't make much sense in this case.
When a label element appears inside of th.th-full, the font-weight should be set to normal.
Enclosed screenshot.
Attachments (2)
Change History (7)
#2
@
11 years ago
Looks like this comes from the styling of th.
If changed to td, it looks better but I don't know if that's the right call here. The other would be to make a change to the stylings from MP6 to not always bolden.
Note: See
TracTickets for help on using
tickets.
Change th to td?