[buddypress-trac] [BuddyPress] #5057: Correct style of div.action in BP Legacy rtl.css file
buddypress-trac
noreply at wordpress.org
Sun Jun 16 06:18:56 UTC 2013
#5057: Correct style of div.action in BP Legacy rtl.css file
--------------------------+-----------------------------
Reporter: mercime | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: RTL | Version:
Severity: normal | Keywords: has-patch
--------------------------+-----------------------------
Based on report in BP Forums http://buddypress.org/support/topic/rtl-
problem-in-members-page/
In http://buddypress.trac.wordpress.org/browser/trunk/bp-templates/bp-
legacy/css/buddypress-rtl.css
change
#buddypress ul.item-list li div.action {
position: absolute;
top: 15px;
right: 0;
text-align: left;
}
to
#buddypress ul.item-list li div.action {
position: absolute;
top: 15px;
'''left: 0;'''
text-align: left;
}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5057>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list