#5057 closed defect (bug) (no action required)
Correct style of div.action in BP Legacy rtl.css file
Reported by: | mercime | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.7 |
Component: | I18N | Keywords: | has-patch |
Cc: |
Description
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;
}
Change History (5)
#2
@
11 years ago
Should close this ticket already as this issue has been fixed in current trunk http://buddypress.trac.wordpress.org/browser/trunk/bp-templates/bp-legacy/css/buddypress-rtl.css#L1167
Looks like this was introduced in #4920 in 1.7; as it's not a 1.8 regression, moving to future release.