Opened 18 years ago
Closed 18 years ago
#6438 closed enhancement (invalid)
Plugin Active Icon
| Reported by: | alexleonard | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Version: | 2.5 |
| Severity: | minor | Keywords: | RC3 |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
By the way. I have no idea whether this is the right place to be leaving things like this?