Closed (fixed)
Project:
AdaptiveTheme
Version:
7.x-2.x-dev
Component:
Subtheme
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Nov 2011 at 02:14 UTC
Updated:
24 Dec 2011 at 19:30 UTC
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
Comment #1
truegal commentedMe too, got the same problem with the "balloon" icon repeating in the forum background. The problem was in table.css :
I fixed it by commenting out the
/* background-image: url(images/forum-default.png); */Comment #2
chi commentedI 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.
Comment #3
Jeff Burnz commentedAgreed, gonna do this tonight and get it committed.
Comment #4
Jeff Burnz commentedCommitted to head.