View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#241
I have another little problem with avatar borders in the SMS conversation... It's only on "Other" avatar...
See this picture:



How I can fix this ?

I see the avatar block and it's look Ok (normal)

Code:
div.Avatar {
  width: 64px;
  display: inline-block;
  vertical-align: middle;
}

.MessageAvatar {
  width: 64px;
  height:64px;
  -moz-border-radius: 10px;
}

img.MessagePresence {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

Last edited by Schturman; 2010-02-13 at 20:52.