#5804 closed enhancement (fixed)
Styling of LABEL element needs to be overridden
| Reported by: | wolfhoundjesse | Owned by: | djpaul |
|---|---|---|---|
| Priority: | low | Milestone: | 2.1 |
| Component: | Templates | Version: | 2.0 |
| Severity: | normal | Keywords: | 2nd-opinion has-patch |
| Cc: | mercijavier@… |
Description
In several themes—e.g., Grisaille (1.5.1)—theme styling for the label element is set to a fixed width of 100px or something similar, resulting in illegible instructions when creating a group in BuddyPress:
Adding the following to buddypress\bp-templates\bp-legacy\css\buddypress.css improves legibility:
#buddypress .item-body label {
width: 100%;
}
Attachments (3)
Change History (9)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


Recommend adding
width: auto;instead to#buddypress .standard-form label, #buddypress .standard-form span.label { display: block; font-weight: bold; margin: 15px 0 5px 0; }