#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: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In [19465]: