Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Icon, CSS, Firefox
Apreche
✭
Hey hey! I just upgraded our forum to 1.0 today, everything went as smoothly as can be expected. I got all the necessary extensions installed, and my users are very happy. However, I have one very minor issue. Look at any discussion on our forum withFirefox on Windows. I have yet to test with Linux or Mac. In every post, except the first post in a discussion, the user icons/avatars have white boxes around them. The white boxes are overlapping adjacent objects such as horizontal lines and quote boxes. It really doesn't look good. The problem does not appear in IE. I need some help in figuring out which of my extensions is causing this problem and what CSS to change to fix this. If you want to see the problem my forum is here: http://www.frontrowcrew.com/forum.
I have the following hoarde of extensions running:
who's online
account pictures
atom feed
bbinsert bar
better bbcode
category jumper
comment protection
applicant discovery
discussion filter
extended text formatter
html formatter
live search
new applicants
preview post
quotations
rss2
saved searches
spell checker
comments permalinks
I have the following hoarde of extensions running:
who's online
account pictures
atom feed
bbinsert bar
better bbcode
category jumper
comment protection
applicant discovery
discussion filter
extended text formatter
html formatter
live search
new applicants
preview post
quotations
rss2
saved searches
spell checker
comments permalinks
0
This discussion has been closed.
Comments
and you know your LiveSearch isn't working?
& livesearch works for me
<style> .ProfileTitle.WithIcon .ProfileIcon { width: 32px; height: 32px; } #AccountProfile .Picture { width: 280px; height: 200px; } #Comments .CommentHeader { line-height: 32px; } #Comments .CommentHeader li div.CommentIcon { padding: 32px 0px 32px 32px; } li.User.Name .UserIcon { padding: 32px 0px 32px 32px !important; } li.User.Name.WithIcon { line-height: 32px; } </style>
in every discussion page, which causes the bug.
I have no idea why it's doing this; these values should be already set fine in the default Vanilla css file.