Hi everybody.
I have a div which contains 2 man elements, an anchor tag and a span: the first should contain an image (the user avatar), the second the user name.
I woud like to get 2 results:
1) the user name should be aligned with the vertical center of the image
2) If the user name is too long for the container div should wrap remaining aligned with the vertical center of the image
The result should be something the one you can see in attached image:

Here you find a
jsFiddle to play with. In the fiddle you fins relevant markup and related relevant css rules... which fail :)
Thank you for any suggestion.