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!

CommentFileSizeAuthor
#2 pic1.png3.82 KBtdobbs
#2 pic2.png3.49 KBtdobbs

Comments

michelle’s picture

Status: Active » Fixed

1) 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

tdobbs’s picture

StatusFileSize
new3.49 KB
new3.82 KB

Really 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.

michelle’s picture

Nope 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

Shyin’s picture

I 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;
}

michelle’s picture

Status: Fixed » Active

Oh! 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

michelle’s picture

Status: Active » Fixed

Ok, 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

Anonymous’s picture

Status: Fixed » Closed (fixed)

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