1) I open the IM conversation and the messages jumping to the first message (not to the last like the SMS conversation).
2) Date and clock very close to the text
3) How I can put the different color for the other name ? I see only one block for the name:
<span id="MessageSenderNameSelf" class="MessageNameField AccentColor2 Self"></span>
span.MessageNameField.Self { color=#0234AB; ... }
4) How I can do round corners on the avatar (like in the sms conversation) ?
<div class="MessageAvatar MessageAvatarSelf"><div id="AvatarImgBorderSelf" class="MessageAvatarBorder Self MessagingAvatarBorderColor"></div>
div.MessageAvatar { ... -moz-outline-radius: 6px; }