Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#16018 closed defect (bug) (fixed)

CSS Issue at custom header page (RTL)

Reported by: rasheed's profile rasheed Owned by:
Milestone: 3.1 Priority: normal
Severity: normal Version: 3.1
Component: RTL Keywords: has-patch, commit
Focuses: Cc:

Description

Snapshot: http://img148.imageshack.us/img148/8785/92971307.jpg

Location: wp-admin/themes.php?page=custom-header (rtl layout)

Current css:

.appearance_page_custom-header #available-headers .default-header {

float: left;
margin: 0 20px 20px 0;

}

float should be right instead of left.

Attachments (1)

16018.patch (616 bytes) - added by SergeyBiryukov 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
13 years ago

  • Keywords has-patch added; rtl css removed

#2 @yoavf
13 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.1

#3 @nacin
13 years ago

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

(In [17167]) RTL fixes for custom header page. props SergeyBiryukov, fixes #16018.

Note: See TracTickets for help on using tickets.