home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / Songbird / Songbird_2.0.0-2311_windows-i686-msvc8.exe / chrome / songbird.jar / skin / mozapps / handling / handling.css
Cascading Style Sheet File  |  2012-05-25  |  325b  |  18 lines

  1. #description-image:not([src]) {
  2.   height: 32px;
  3.   width: 32px;
  4. }
  5.  
  6. richlistitem[type] {
  7.   min-height: 36px; /* Don't forget to update the richlistbox height! */
  8.  }
  9.  
  10. richlistitem {
  11.   -moz-box-align: center;
  12. }
  13.  
  14. richlistbox {
  15.   /* 3 items high, plus 4px for top and bottom margins, less 2px for border */
  16.   min-height: 110px;
  17. }
  18.