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

Michelle - January 23, 2008 - 15:14
Status:active» fixed

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

Michelle

#2

Anonymous (not verified) - February 6, 2008 - 15:21
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.