View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#275
Originally Posted by Lobi_Earl View Post
ok then we have to accept this... could you tell me how I get my IM avatars rounded, I dont get that managed with my minimal know-how

This my avatar block from IM css file, try it:

Code:
 * Avatars
 */
img.MessageAvatar { 
  width: 64px;
  height: 64px;
  outline-style: solid; 
  outline-width: 4px; 
  outline-offset: -1px; 
  -moz-outline-radius: 13px; 
  padding: 1px;
  vertical-align: middle; 
}

div.MessageAvatar { 
  width: 64px;
  height: 64px;
  -moz-border-radius: 10px; 
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
}

Thanks to b666m
 

The Following 3 Users Say Thank You to Schturman For This Useful Post: