Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#19477 closed enhancement (fixed)

RTL for the About page

Reported by: rasheed Owned by: ryan
Priority: normal Milestone: 3.3
Component: RTL Version: 3.3
Severity: normal Keywords: has-patch commit
Cc: Focuses:

Description

Some screenshots needs to be moved to left at the About page (wp-admin/about.php).

Please check the attachment.

.about-wrap .feature-section.images-stagger-right .feature-images {
    right: 0; (should be left)
}

Attachments (11)

Untitled-1.gif (67.6 KB ) - added by rasheed 15 years ago.
19477.diff (557 bytes ) - added by helenyhou 15 years ago.
Untitled-1.2.gif (4.3 KB ) - added by rasheed 15 years ago.
19477.2.diff (974 bytes ) - added by helenyhou 15 years ago.
19477.3.diff (1.4 KB ) - added by helenyhou 15 years ago.
19477.4.diff (741 bytes ) - added by nacin 15 years ago.
19477.5.diff (1.5 KB ) - added by SergeyBiryukov 15 years ago.
19477.LTR.png (228.6 KB ) - added by SergeyBiryukov 15 years ago.
Current LTR screen
19477.RTL.png (230.3 KB ) - added by SergeyBiryukov 15 years ago.
Current RTL screen
19477.2.png (230.6 KB ) - added by SergeyBiryukov 15 years ago.
With 19477.2.diff
19477.5.png (230.9 KB ) - added by SergeyBiryukov 15 years ago.
With 19477.5.diff

Download all attachments as: .zip

Change History (24)

@rasheed
15 years ago

@helenyhou
15 years ago

#1 follow-up: @helenyhou
15 years ago

19477.diff will move those images to the left. Maybe should be noted that the .three-col features at the bottom are not switched around, either.

#2 in reply to: ↑ 1 @rasheed
15 years ago

Replying to helenyhou:

19477.diff will move those images to the left. Maybe should be noted that the .three-col features at the bottom are not switched around, either.

Yes, the whole page should be RTLized.

@rasheed
15 years ago

#3 @rasheed
15 years ago

Last edited 15 years ago by rasheed (previous) (diff)

#4 @nacin
15 years ago

  • Milestone Awaiting Review3.3
  • Summary Screenshots position at the About pageRTL for the About page

@helenyhou
15 years ago

@helenyhou
15 years ago

#5 @helenyhou
15 years ago

19477.3.diff should take care of everything mentioned above. I had put text-align:right for all of the .three-col h4's at first, hence 19477.2.diff, but it's just added to the inline style in 19477.3.diff.

#6 @helenyhou
15 years ago

  • Keywords has-patch added

#7 @jane
15 years ago

Heading alignment, cool.

For the record, the screenshots just need to be next to the appropriate text, there's no need for them to be specifically left or right of the text. As anyone who was involved in the original ticket will remember, we bounced them back and forth a bunch of times, so it really doesn't matter, as long as they are in the correct sections of the screen.

#8 follow-up: @nacin
15 years ago

<h4 style="direction:ltr;text-align:right"> doesn't do too well on LTR. :-)

@nacin
15 years ago

#9 in reply to: ↑ 8 @helenyhou
15 years ago

Replying to nacin:

<h4 style="direction:ltr;text-align:right"> doesn't do too well on LTR. :-)

Hah, oops. 19477.2.diff then? I'm a master artisan of great foresight.

@SergeyBiryukov
15 years ago

Current LTR screen

@SergeyBiryukov
15 years ago

Current RTL screen

@SergeyBiryukov
15 years ago

With 19477.2.diff

@SergeyBiryukov
15 years ago

With 19477.5.diff

#10 @SergeyBiryukov
15 years ago

19477.5.diff (based on 19477.2.diff) offers some more adjustments for better compliance with current LTR styles. Fixes .angled-left/.angled-right order and .three-col img padding as well. Added screenshots.

#12 @nacin
15 years ago

  • Keywords commit added

Looks good. Nice work, helenyhou and SergeyBiryukov.

#13 @ryan
15 years ago

  • Owner set to ryan
  • Resolutionfixed
  • Status newclosed

In [19575]:

RTL fixes for the about page. Props helenyhou, SergeyBiryukov. fixes #19477

Note: See TracTickets for help on using tickets.