Download & Extend

Shifting alignment on Sticky Headers in Forum Tables

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

Status:active» fixed

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

Version:6.x-2.0-alpha4» 7.x-2.x-dev
Status:fixed» patch (to be ported)

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

Status:patch (to be ported)» fixed

Fixed. Thanks.

#6

Status:fixed» closed (fixed)

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