Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#5057 closed defect (bug) (no action required)

Correct style of div.action in BP Legacy rtl.css file

Reported by: mercime Owned by:
Priority: normal Milestone:
Component: I18N Version: 1.7
Severity: normal 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)

#1 @DJPaul
13 years ago

  • Milestone Awaiting ReviewFuture Release
  • Version1.7

Looks like this was introduced in #4920 in 1.7; as it's not a 1.8 regression, moving to future release.

#2 @mercime
13 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

#3 @r-a-y
13 years ago

  • Resolutioninvalid
  • Status newclosed

#4 @r-a-y
13 years ago

  • Milestone Future Release

#5 @DJPaul
10 years ago

  • Component Locale - RTLI18N
Note: See TracTickets for help on using tickets.