Posted by Bill Choy on October 13, 2011 at 8:55pm
5 followers
Jump to:
| Project: | Advanced Forum |
| Version: | 7.x-2.x-dev |
| Component: | Styles |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Thanks 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.
#2
Troky - 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
#3
Just 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
#4
Thanks Michelle - I suppose RTL themes would have to override this and the sticky-header rules then...
#5
Fixed. Thanks.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.