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; }
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; }