Project:Advanced Forum
Version:6.x-2.x-dev
Component:Styles
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

This is a catch-all issue for tiny problems in the style that don't warrant individual issues.

  • Topic icon legend wraps weird in narrow themes. [All]
  • Search box too close to "post reply" on topic pages. [N]
  • Indent stats sections slightly [N]
  • More table borders [B]
  • Border around top topic footer [B, CD]
  • Padding around forum content[All]
  • Post number should be white [B, BL]

Comments

#1

Some more things I ran into while porting MyBB's theme:

Make general forum-table class and assign to both tables
change current .forum-table to .forum-table-forums
change current .forum-topics to forum-table-topics
wrap "subforums" in a span so it can be styled seperately
.name needs to be .forum-name
.description needs to be .forum-description
make sure all td/tr are specific to our forum tables to avoid formatting something in a forum post

#2

Everything is done and committed except "Topic icon legend wraps weird in narrow themes." which I still need to figure out.

Michelle

#3

Is class name .forum-table-forums a typo (dot is a prefix) in advanced_forum.naked.forum-list.tpl.php in line 43?

#4

Yes, that was. I removed it. Thanks.

Michelle

#5

The column striping in blue lagoon gets goofy on the views with different columns. Switch to a row striping instead.

Michelle

#6

Add "in reply to" styling across the styles.

Michelle

#7

Status:active» closed (fixed)

Closing this general issue. Will make specific issues as needed.