Opened 2 years ago

Closed 2 years ago

Last modified 20 months ago

#17602 closed enhancement (fixed)

credits page - li.wp-person - float right (Arabic RTL)

Reported by: rasheed Owned by: nacin
Priority: normal Milestone: 3.2
Component: RTL Version: 3.2
Severity: normal Keywords:
Cc: admin@…

Description

Hello,

Please check the attached snapshot.

link:
../wordpress/3-2-beta-2/wp-admin/credits.php

li.wp-person {

float: left;
height: 100px;
margin-right: 20px;
width: 240px;

}

float should be right.

Attachments (4)

wp-person.jpg (142.5 KB) - added by rasheed 2 years ago.
17602.diff (843 bytes) - added by BenChapman 2 years ago.
Added an if(is_rtl()) into wp-admin/credits.php which makes li.wp-person float right if page is RTL
17602.2.diff (964 bytes) - added by ryan 2 years ago.
untitled.PNG (179.1 KB) - added by ramiy 2 years ago.

Download all attachments as: .zip

Change History (10)

rasheed2 years ago

  • Milestone changed from Awaiting Review to 3.2
  • Owner set to nacin
  • Status changed from new to accepted

Added an if(is_rtl()) into wp-admin/credits.php which makes li.wp-person float right if page is RTL

  • Cc admin@… added

ryan2 years ago

comment:3   ryan2 years ago

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

In [18116]:

RTL fixes for credits.php. Props BenChapman, rasheed. fixes #17602

  • Resolution fixed deleted
  • Status changed from closed to reopened

more RTL fixes needed. see attached screenshot (Hebrew RTL).

ramiy2 years ago

comment:5   ryan2 years ago

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

In [18149]:

RTL fixes for credits.php. fixes #17602

  • Keywords rtl-feedback removed
Note: See TracTickets for help on using tickets.