path to on-line image wrong in advanced_forum-structure.css
Antikx - January 21, 2008 - 06:09
| Project: | Advanced Forum |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I believe the path should be the same for offline and online and should look like this:
.user-status-online span {
background:url(../advforum/images/status_online.png) no-repeat left center;
padding:0px 0 2px 20px;
}
.user-status-offline span {
background:url(../advforum/images/status_offline.png) no-repeat left center;
padding:0px 0 2px 20px;
}
#1
That CSS is in the Sky theme, not the module, and it's been fixed there.
Michelle
#2
Automatically closed -- issue fixed for two weeks with no activity.