When forum module is activated, rules from both table.css and forum.css cause the balloon forums-icon to repeat across the background. It would seem that removal of the "#forum tr td.forum" rule from the table.css file fixes the issue.

Comments

truegal’s picture

Me too, got the same problem with the "balloon" icon repeating in the forum background. The problem was in table.css :

#forum tr td.forum {
  background-image: url(images/forum-default.png);
  background-position: 5px 5px;
  padding-left: 30px;
}

I fixed it by commenting out the /* background-image: url(images/forum-default.png); */

chi’s picture

I have the same problem. There is relative core issue #1008580: Fix image references in forum.css that already fixed. So we should remove background property for forum table from table.css.

Jeff Burnz’s picture

Assigned: Unassigned » Jeff Burnz

Agreed, gonna do this tonight and get it committed.

Jeff Burnz’s picture

Status: Active » Fixed

Committed to head.

Status: Fixed » Closed (fixed)

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