#10110 closed defect (bug) (fixed)
wp-admin/css/media.css rule for labels
| Reported by: | hailin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | UI | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
I remember Andrew added this rule to address multiple labels display case in media library.
.describe label {
display: inline;
}
One remaining issue is that those labels inherited font-weight: bold, so they are kind of ugly when the string is long.
I think we should make this more precise - it applies to "td" only, and make it font-weight: normal
Looks better this way:
.describe td label {
display: inline;
font-weight: normal;
}
Attachments (2)
Change History (8)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
screenshot