#17602 closed enhancement (fixed)
credits page - li.wp-person - float right (Arabic RTL)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (10)
- Milestone changed from Awaiting Review to 3.2
- Owner set to nacin
- Status changed from new to accepted
BenChapman — 2 years ago
comment:2
BenChapman — 2 years ago
- Cc admin@… added
- Resolution set to fixed
- Status changed from accepted to closed
In [18116]:
- Resolution fixed deleted
- Status changed from closed to reopened
more RTL fixes needed. see attached screenshot (Hebrew RTL).
- Resolution set to fixed
- Status changed from reopened to closed
In [18149]:
comment:6
SergeyBiryukov — 20 months ago
- Keywords rtl-feedback removed
Note: See
TracTickets for help on using
tickets.

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