Opened 18 years ago
Closed 18 years ago
#6438 closed enhancement (invalid)
Plugin Active Icon
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Severity: | minor | Version: | 2.5 |
| Component: | General | Keywords: | RC3 |
| Focuses: | 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)
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?