[buddypress-trac] [BuddyPress Trac] #5804: Styling of LABEL element needs to be overridden
buddypress-trac
noreply at wordpress.org
Sat Aug 9 15:16:35 UTC 2014
#5804: Styling of LABEL element needs to be overridden
----------------------------+-----------------------------------
Reporter: wolfhoundjesse | Owner:
Type: enhancement | Status: new
Priority: low | Milestone: Awaiting Review
Component: Theme | Version: 2.0
Severity: normal | Keywords: 2nd-opinion has-patch
----------------------------+-----------------------------------
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:
[[Image(http://jessemholmes.files.wordpress.com/2014/08/label-
before.png?w=102)]]
Adding the following to buddypress\bp-templates\bp-
legacy\css\buddypress.css improves legibility:
{{{
#buddypress .item-body label {
width: 100%;
}
}}}
[[Image(https://jessemholmes.files.wordpress.com/2014/08/label-
after.png?w=315)]]
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5804>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list