home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / res / MessageStyles / MiniBubble.AdiumMessageStyle / Contents / Resources / Variants / Right.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-11-29  |  536 b   |  37 lines

  1. @import "../base.css";
  2.  
  3. .container, .container_context {
  4.     margin: 0px 36px 0px 12px;
  5. }
  6.  
  7. .buddyicon_div_incoming {
  8.     float:right;
  9. }
  10.  
  11. .buddyicon_div_outgoing {
  12.     float:right;
  13. }
  14.  
  15. .arrow_incoming {
  16.     right:33px;
  17.     
  18.     background: url("../images/arrow_right.png");
  19. }
  20.  
  21. .arrow_outgoing {
  22.     right:33px;
  23.     
  24.     background: url("../images/arrow_right.png");
  25. }
  26.  
  27. .arrow_context_incoming {
  28.     right:33px;
  29.     
  30.     background: url("../images/context_arrow_right.png");
  31. }
  32.  
  33. .arrow_context_outgoing {
  34.     right:33px;
  35.     
  36.     background: url("../images/context_arrow_right.png");
  37. }