Closed (fixed)
Project:
Advanced Forum
Version:
7.x-2.x-dev
Component:
Styles
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2011 at 20:55 UTC
Updated:
4 Feb 2012 at 14:20 UTC
There seem to be an different alignment between the Sticky header (align:left;) and the regular table header (align:center;), on the Forum Tables.
So when you scroll up on "http://couleeregion.com/forum/unanswered", you can see the headers dance.
I commented out the following in the advanced_forum.naked.structure.css (but did not fully test effect on other tables):
/*
.forum-table th {
text-align: center;
}
*/
Comments
Comment #1
mcdruid commentedThanks Bill Choy (and sorry for delay in getting this looked at).
It looks like the text-align: center is often - but not always - overridden by another class, which I assume is why nobody else has raised the issue before.
I've changed it to text-align: left to match sticky-header, and committed this to 6.x-2.x branch.
Comment #2
mcdruid commentedTroky - sorry this is not a patch, but it looks like text-align: center is there on line 114 of advanced-forum.naked.structure.css in 7.x-2.x
Comment #3
michelleJust as an FYI, I believe it was center aligned to support RTL themes. I have no objections to the change; just wanted you two to have all the facts.
Michelle
Comment #4
mcdruid commentedThanks Michelle - I suppose RTL themes would have to override this and the sticky-header rules then...
Comment #5
troky commentedFixed. Thanks.