Download & Extend

path to on-line image wrong in advanced_forum-structure.css

Project:Advanced Forum
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:active» fixed

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

Michelle

#2

Status:fixed» closed (fixed)

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