#19376 closed enhancement (fixed)
"Dismiss" icon position at welcome panel (RTL)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (6)
Note: See
TracTickets for help on using
tickets.
In [19465]: