Opened 13 years ago
Closed 13 years ago
#4043 closed defect (bug) (fixed)
Border below moderators list when managing members
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
Very minor. But, in bp-default, there is a 1px border that displays beneath list of moderators (when they exist) on group manage members page. That border is courtesy of the item-list
class in #mods-list. The border is removed from beneath admin list because #admins-list has been assigned the class single-line
.
Patch attached adds single-line
class to #mods-list to remove border.
Screenshot and patch attached.
Attachments (2)
Change History (6)
#1
@
13 years ago
Quick follow-up.
I tried to find out what the single-line
class was being used for. Looks like a legacy class from older version of bp-default. http://buddypress.trac.wordpress.org/ticket/3271#comment:16
Not sure why that class is missing from #mods-list
when it's been added to #admins-list and #members-list on the manage group members section, but 4043_1.diff does at least keep the presentation of those lists consistent in bp-default (no borders beneath li
) and could make life a little easier for child themes.
add class