home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / MozCurveBlue-1.4-0.99.jar / calendar / selectAddresses.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-06  |  642 b   |  41 lines

  1. /** INSERT OPEN OEONE LICENSE */
  2.  
  3. /*--------------------------------------------------------------------
  4.  *   Select Addresses Dialog
  5.  *-------------------------------------------------------------------*/
  6.  
  7. #contactsSelectAddressesDialogWindow
  8. {
  9.     min-height: 300px;
  10.     min-width: 650px;
  11.  
  12. #topBox
  13. {
  14.     min-width: 300px;
  15.     -moz-box-align: left;
  16. }
  17.  
  18. #abResultsTree treechildren:-moz-tree-row( disabled )
  19. {
  20.   background-color: transparent;
  21. }
  22.  
  23. #abResultsTree treechildren:-moz-tree-cell-text( disabled )
  24. {
  25.     font-style: italic;
  26. }
  27.  
  28. #addressBookList
  29. {
  30.     min-width: 20em;
  31.     max-width: 20em;
  32. }
  33.  
  34. #bucketBox
  35. {
  36.     min-width: 100px;
  37. }
  38.  
  39.  
  40.