View Single Post
Posts: 8 | Thanked: 8 times | Joined on Jan 2010 @ Russia, Moscow
#87
I use this style for grouping IM messages by senders.
Code:
div.Self + div.Self img.MessageAvatar,
div.Other + div.Other img.MessageAvatar,
div.Other + div.Other .MessageNameField,
.Self .MessageNameField /* hidden your name all the time */
 {
  display: none;
}
Add it to the bottom of /urs/share/rtcom-massaging-ui/html/MessagingWidgetsChatConversation.css

I my example (in attachment) i additionally use styles for hidden borders and margins/paddings.

P.S. Sorry for possible grammatical errors. And maybe this advise has been here, but i cant read all of posts
Attached Images
 

Last edited by termi_uc; 2010-01-28 at 09:35.