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;
}

Comments

michelle’s picture

Status: Active » Fixed

That CSS is in the Sky theme, not the module, and it's been fixed there.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.