Forum
Welcome, Guest
Please Login to access forum.
User banned red icon not showing (1 viewing) 
Go to bottom
TOPIC: User banned red icon not showing
#6482
David
Fresh Boarder
Posts: 4
User Offline
User banned red icon not showing Karma: 0  
Hello,

In regards to users banning other users, I have found (at least for me) that the red banned icon doesn't show, only the black icon used to ban someone.

I have managed to fix this by changing the css in default.css with the following:

Before

Code:

.jchat_banning.banned { background-image: url('../../images/default/icon_ban_red.png'); }
After
Code:

.jchat_banning.banned { position: absolute; margin-top: 16px; background-image: url('../../images/default/icon_ban_red.png'); background-repeat: no-repeat; width: 16px; height: 16px; }
Hope you can look into this. Thanks
 
Logged Logged  
  The administrator has disabled public write access.
Go to top