#19376 closed enhancement (fixed)
"Dismiss" icon position at welcome panel (RTL)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (6)
comment:1
SergeyBiryukov — 18 months ago
- Milestone changed from Awaiting Review to 3.3
SergeyBiryukov — 18 months ago
comment:2
SergeyBiryukov — 18 months ago
- Keywords has-patch added
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

In [19465]: