home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / communicator / profile / profile.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  407 b   |  16 lines

  1. @import url("chrome://global/skin/global.css");
  2.  
  3. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  4.  
  5. window.dialog {
  6.   padding: 0;
  7. }
  8.  
  9. #profiles > listitem {
  10.   list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
  11. }
  12.  
  13. #profiles > listitem[rowMigrate="no"] {
  14.   list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
  15. }
  16.