Making WordPress.org

Opened 10 years ago

Closed 10 years ago

#1253 closed defect (bug) (fixed)

RTL plugin repo - download btn and favorite link

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

Description

In the regular Plugin directory, the download button and favorite link are aligned the right.

In RTL repo, they should be aligned to the left. Please fix that.

See attached screenshots.

Attachments (2)

hello-dolly-plugin-english.png (214.9 KB) - added by ramiy 10 years ago.
hello-dolly-plugin-hebrew.png (210.8 KB) - added by ramiy 10 years ago.

Download all attachments as: .zip

Change History (6)

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


10 years ago

#2 @ramiy
10 years ago

For more examples (screenshots), see this link:
https://generatewp.com/how-to-improve-your-plugin-header-image/

#3 @ramiy
10 years ago

In LTR locals it should remain:

div.plugin-favorite {
    float: right;
    margin: 10px 2px -20px 0;
    font-size: 14px;
}

In RTL locals it should be:

float: left;

And we need to rewrite the entire plugin-description and all it's child elements. It's a mess. Bad code. Not responsive.

#4 @ocean90
10 years ago

  • Keywords dev-feedback removed
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [dotorg-10926].

Note: See TracTickets for help on using tickets.