Posted by bf2mad on December 13, 2011 at 12:56pm
4 followers
| Project: | Advanced Forum |
| Version: | 7.x-2.x-dev |
| Component: | Styles |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Within the Forum table there is a problem, the title 'Topics" and the total number of counter are both using the same class name 'forum-number-topics' so the title and the counter end up having the same style.
The other titles/details use a different class names.
Forum
Title class: forum-name
Row class: forum-details
Topics
Title class: forum-number-topics
Row class: forum-number-topics
Posts:
Title class: forum-posts
Row class: forum-number-posts
| Attachment | Size |
|---|---|
| example.png | 9.69 KB |
Comments
#1
This patch should fix it.
6.x-2.0 probably has the same bug.
#2
Confirmed, that patch has fixed it.
#3
Thanks. Moving this to 6.x-2.0
#4
Thanks - committed to 6.x-2.x
I also changed the class name in the CSS though, as per attached patch - don't know if you need or want to do the same in 7.x troky?
#5
Fixed.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.