Opened 18 months ago

Closed 18 months ago

Last modified 18 months ago

#19376 closed enhancement (fixed)

"Dismiss" icon position at welcome panel (RTL)

Reported by: rasheed Owned by: nacin
Priority: normal Milestone: 3.3
Component: RTL Version: 3.3
Severity: normal Keywords: has-patch
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 18 months ago.
19376.patch (390 bytes) - added by SergeyBiryukov 18 months ago.

Download all attachments as: .zip

Change History (6)

  • Milestone changed from Awaiting Review to 3.3
  • Keywords has-patch added
  • 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.

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.