Firstly, thanks for such a great module.
2 little things:
I would like to know how to change the color of the values on the author pane. I changed the .css to change the color of the .author-pane-label, but this just changes the label not the actual value.
Also, how come on the default first forum display (where it has forum name, topics, posts, last post) who come the topics stands out a little? It seems to be a bit misaligned, im wondering if this is just a flaw with css in general, or if maybe nobody else has noticed this (as I see it on the demo site as well).
Thanks!
Comments
Comment #1
michelle1) There's no class on the value. That's just your site's normal color. You could target all text in that div for the default color and then target the labels seperately.
2) I don't see it. "Topics" is centered in the column just fine on both FF3 and IE7.
Michelle
Comment #2
tdobbs commentedReally you dont see it?
I am using IE 7 and this is how my forum, and your forum on the shell social site look (attached).
Again its not a huge deal, my eyes were just kind of drawn to that area.
Comment #3
michelleNope don't see it. I don't know what to tell you. The header label is centered. The numbers under it are centered. It all lines up as far as I can see.
Michelle
Comment #4
Shyin commentedI had this issue when I started theming. I found that a 1 px border had been applied to the topics tab. Removing the border may solve your problem. I'm not sure if this was meant to be used for anything else in the theme, but so far it hasnt affected my theming by removing it. You can try it:
In:
advanced_forum.css
Change:
From:
/* General */
#forum .forum-table,
#forum .forum-topics {
border: 1px solid #91CDF5;
}
To:
/* General */
#forum .forum-table,
#forum .forum-topics {
border: none;
}
Comment #5
michelleOh! How did that slip back in there? The border is so faint that I can't see it on my monitor but Steph pointed it out and I fixed it. Must have gotten wires crossed somewhere and it got unfixed before it was committed. I'll re-fix it. Thanks.
Michelle
Comment #6
michelleOk, changed the bad class name. Again. Trouble with having 3 (now 5!) styles across 2 branches is fixes can get lost if they don't get comitted right away.
Michelle
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.