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

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #wiz-back-button {
  4.   list-style-image            : url("chrome://global/skin/scroll-left.gif");
  5. }
  6. #wiz-back-button[disabled] {
  7.   list-style-image            : url("chrome://global/skin/scroll-left-disabled.gif");
  8. }
  9. #wiz-next-button {
  10.   list-style-image            : url("chrome://global/skin/scroll-right.gif");
  11. }
  12. #wiz-next-button[disabled] {
  13.   list-style-image            : url("chrome://global/skin/scroll-right-disabled.gif");
  14. }
  15.  
  16. #wizardButtons 
  17.   {
  18.     margin-bottom             : 0.4em;
  19.   }
  20.  
  21. .box-wizardcontent
  22.   {
  23.     margin-left               : 44px;
  24.     margin-right              : 44px;
  25.     width                     : 30em;
  26.   } 
  27.  
  28.