Making WordPress.org

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#1067 closed defect (bug) (fixed)

Plugin Directory needs pagination RTL

Reported by: ramiy's profile ramiy Owned by: ocean90's profile ocean90
Milestone: Priority: normal
Component: Plugin Directory Keywords: needs-patch
Cc:

Description

Page: https://he.wordpress.org/plugins/browse/popular/

See this screenshot:

http://i.imgur.com/V1IeNwY.png

The pagination needs some RTL love.

Change History (8)

This ticket was mentioned in Slack in #meta-i18n by ramiy. View the logs.


9 years ago

#2 @ramiy
9 years ago

  • Keywords needs-patch added

This ticket was mentioned in Slack in #polyglots by ramiy. View the logs.


9 years ago

This ticket was mentioned in Slack in #meta-i18n by ramiy. View the logs.


9 years ago

#5 @ocean90
9 years ago

In 1795:

Forum styles: Clean up forum-wp4.css and update RTL stylesheet.

see #1067.

#6 @ramiy
9 years ago

You could do it using one css line:

.page-numbers {
  display: inline-block;
}

#7 @ocean90
9 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 1796:

Forum styles: Fix pagination for RTL.

props ramiy.
fixes #1067.

#8 @ramiy
9 years ago

Great! thanks.

Note: See TracTickets for help on using tickets.