Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#19376 closed enhancement (fixed)

"Dismiss" icon position at welcome panel (RTL)

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

Description

"Dismiss" icon position (wp-admin/images/xit.gif) should be at right instead of left.

.welcome-panel .welcome-panel-close:before {
    background: url("images/xit.gif") no-repeat scroll 0 17% transparent;
    content: " ";
    height: 100%;
    position: absolute;
    left: -12px;
    width: 10px;
}

Attachments (2)

1322441412819.png (4.7 KB) - added by rasheed 12 years ago.
19376.patch (390 bytes) - added by SergeyBiryukov 12 years ago.

Download all attachments as: .zip

Change History (6)

#1 @SergeyBiryukov
12 years ago

  • Milestone changed from Awaiting Review to 3.3

#2 @SergeyBiryukov
12 years ago

  • Keywords has-patch added

#3 @nacin
12 years ago

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

In [19465]:

RTL for 'Dismiss' on the welcome panel. props rasheed, SergeyBiryukov, fixes #19376.

#4 @nacin
12 years ago

Also adjusted the left: 20px to left: 10px. It was right: 10px in LTR, and was set to 20px to allow the (X) to fit. Now that this was moved, that could be re-positioned.

Note: See TracTickets for help on using tickets.