Hello, I would report that using the last release there is still a problem in forum/comments avatar.

when an anonimous user posts his comment, his default avatar is not well-placed

you can understand better my problem viewing attached screenshot.

thanks

Comments

sillygwailo’s picture

StatusFileSize
new349 bytes

Attached is a patch that should fix this. If you want to manually apply this, in style.css, find

.picture a {

and replace it with

div.picture {

(Thanks to Steven for the fix.)

c31ck’s picture

Version: 6.x-1.1 » 7.x-1.x-dev
Priority: Normal » Minor

Issue still occuring in 7.x-1.x, let's fix it there first and backport afterwards.

c31ck’s picture

Status: Active » Needs review
StatusFileSize
new810 bytes

Patch for 7.x-1.x.

klaasvw’s picture

Status: Needs review » Reviewed & tested by the community

Works as intended.

c31ck’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 7.x-1.x.

c31ck’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Fixed » Patch (to be ported)
Issue tags: +needs backport to 6.x

Tagging for backport.