1 (edited by Nagini 2006-08-24 17:41)

Topic: Bug with smilies larger than default

I added some smilies that were larger than the defaultsmilies when I noticed a, I wouldn't call a bug really, but a problem. The smiley is adjusted so that the bottom of the smiley is on the same row as the bottom of the text, and the rest of the smiley sticks up above the text, creating an annoying gap between the lines. The center of the smiley should be adjusted to the center of the text, don't you think?

A couple of illustrating screenshots:

http://gosig.net/temp/smileyex1.png
This one is taken from my punbb forum. See the gap in the text?

http://gosig.net/temp/smileyex2.png
This one is taken from a vBulletin forum. No gap.

An ideas on how to fix this? (Hmm, maybe this i troubleshooting and not bug reporting?)

2

Re: Bug with smilies larger than default

Correct, its not a bug. Moving.

3 (edited by Nagini 2006-08-24 22:19)

Re: Bug with smilies larger than default

I've got the same problem with the forum links and thread links:

http://gosig.net/temp/forumbug.png
Everything but the forum link (to the left) is vertically centered. I want the forum link vertically centered also.

4 (edited by Nagini 2006-08-26 18:55)

Re: Bug with smilies larger than default

I've gone through every file now, and can't even find a "valign" or "vertical-align" or anything, anywhere. Where is this code hidden? sad

Re: Bug with smilies larger than default

In the CSS.

Re: Bug with smilies larger than default

elbekko wrote:

In the CSS.

Care to be more specific?

Re: Bug with smilies larger than default

Erm, in your stylesheet somewhere. If it isn't already in it, put it in.
Something like this:

.pun div.postright img { vertical-align: middle; }