Making WordPress.org

Opened 9 years ago

Closed 9 years ago

#1068 closed defect (bug) (fixed)

Plugin Directory - the form to add plugins needs RTL

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

Description

Page: https://he.wordpress.org/plugins/add/

See this screenshot:

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

Seems like the "add plugin" page has two issues.

  1. It needs RTL.
  2. The breadcrumb strings needs are not translatable.

Change History (10)

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

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


9 years ago

#6 @ramiy
9 years ago

Seems like most of the issues fixed with changeset 1795.

The submit button needs a small update.

The current CSS:

#pagebody .postform .submit {
	float: left;
	border-top: 0;
	padding-top: 0;
	padding-right: 23px;
}

Needs this RTL update:

#pagebody .postform .submit {
	float: rtl;
	padding-right: 0;
	padding-left: 23px;
}

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


9 years ago

#8 @netweb
9 years ago

Related: #1178

#9 @ocean90
9 years ago

In 1824:

Plugin directory: Fix RTL styling for the submit button of the Add Your Plugin form.

props ramiy.
see #1068.

#10 @ocean90
9 years ago

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

The heading is fixed in [dotorg-10790].

Note: See TracTickets for help on using tickets.