Page 1 of 2

Profile pictures not aligned with borders

Posted: Fri Apr 21, 2017 5:47 pm
by BLueSS
This is happening for me in Firefox and IE11.

avatars not aligned.PNG
avatars not aligned.PNG (22.1 KiB) Viewed 10802 times

Re: Profile pictures not aligned with borders

Posted: Fri Apr 21, 2017 5:50 pm
by HuntrRose
and chrome..

I thought it was a stylistic choice..

Re: Profile pictures not aligned with borders

Posted: Fri Apr 21, 2017 5:57 pm
by BLueSS
oh... I suppose that could be.

In the original themes it's not mis-aligned. You can squint at screenshots of the original forum theme below. The main site for the theme is offline.

https://eqdkp-plus.eu/forum/Thread/1296 ... oW-Diablo/

Re: Profile pictures not aligned with borders

Posted: Fri Apr 21, 2017 6:00 pm
by pcwzrd13
Yeah, this happened a while back when Impulse restored the site after an outage. He's been meaning to fix it but just hasn't gotten around to it.

P.S. Xiden is evil! :P

Evil.jpg

Re: Profile pictures not aligned with borders

Posted: Fri Apr 21, 2017 6:00 pm
by HuntrRose
actually.. it has gotten worse over time,,,

when i first noticed it there was only a sliver now its like an 8th of the frame is out of whack

Re: Profile pictures not aligned with borders

Posted: Fri Apr 21, 2017 6:43 pm
by BLueSS
In my browser, it appears that this CSS change fixes the issue.

In stylesheet.css (There's actually two entries of .postprofile .avatar in this css file)
I edited the entry at line 525, but there's the second at line 864. It'd be cleaner to merge them...

.postprofile .avatar {
background: none;
margin-top: 0;
padding: 5px 1px;
}

Just posting this if it helps Impulse save time trying out settings. :D

Re: Profile pictures not aligned with borders

Posted: Fri Apr 21, 2017 6:56 pm
by BlueCrab
Those adjustments fix them for me on Safari as well.

Re: Profile pictures not aligned with borders

Posted: Fri Apr 21, 2017 11:12 pm
by Xiden
pcwzrd13 wrote:Yeah, this happened a while back when Impulse restored the site after an outage. He's been meaning to fix it but just hasn't gotten around to it.

P.S. Xiden is evil! :P

Evil.jpg


Mwhahahhahahhabahahah

Re: Profile pictures not aligned with borders

Posted: Tue Apr 25, 2017 6:46 pm
by Impulse
BLueSS wrote:In my browser, it appears that this CSS change fixes the issue.

In stylesheet.css (There's actually two entries of .postprofile .avatar in this css file)
I edited the entry at line 525, but there's the second at line 864. It'd be cleaner to merge them...

.postprofile .avatar {
background: none;
margin-top: 0;
padding: 5px 1px;
}

Just posting this if it helps Impulse save time trying out settings. :D


Thanks for finding that! I personally suck with CSS so that definitely helps me out. This avatar issue occurred right after a phpbb update like pcwiz said. And I had no idea what caused it. Thought it was something with theme incompatibility.

Re: Profile pictures not aligned with borders

Posted: Tue Apr 25, 2017 6:52 pm
by BLueSS
Impulse wrote:Thanks for finding that!

You're welcome! While on the topic, is there any other CSS clean-up needed? I haven't noticed anything else, but I haven't been around that long.