#5804 closed enhancement (fixed)
Styling of LABEL element needs to be overridden
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.1 | Priority: | low |
| Severity: | normal | Version: | 2.0 |
| Component: | Templates | 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.


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; }