Opened 5 years ago
Closed 5 years ago
#6438 closed enhancement (invalid)
Plugin Active Icon
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Version: | 2.5 |
| Severity: | minor | Keywords: | RC3 |
| Cc: |
Description
The famfamfam tick icon to the left of the "Active" status for a plugin might look better to the right.
Something like:
.status * {
line-height: 16px;
display: block;
padding-right: 18px;
}
th.status {
padding-right: 28px;
}
.status .active {
background: url(images/active.png) center right no-repeat;
}
Change History (3)
comment:1
alexleonard — 5 years ago
By the way. I have no idea whether this is the right place to be leaving things like this?
Definately the right place, it'll just take awhile before someone has a look at it.
Note: See
TracTickets for help on using
tickets.

By the way. I have no idea whether this is the right place to be leaving things like this?