If you don't know, Emanuele, how shall I get this to work?
I had a look here, because it would be nice to have the avatar on this button...but I have really no idea. It seems to be another, new class for the avatar on the profile button?
I did it now this way, with another icon for the profile button, added this to the media part:
.listlevel1#button_profile .linklevel1 {
min-width: 0.5em;
}
#button_profile a:before {
background-image: url(../../images/theme/profile.gif);
width: 32px;
content: '';
display: inline-block;
}
And it is working.
There is the avatar in the normal view and the icon in the mobile view.