home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / modern.jar / skin / modern / global / wizardOverlay.css < prev   
Cascading Style Sheet File  |  2001-02-14  |  682b  |  24 lines

  1. #wiz-back-button {
  2.   list-style-image            : url("chrome://global/skin/simple-arrow-left.gif");
  3. }
  4. #wiz-back-button[disabled] {
  5.   list-style-image            : url("chrome://global/skin/simple-arrow-left-disabled.gif");
  6. }
  7. #wiz-next-button {
  8.   list-style-image            : url("chrome://global/skin/simple-arrow-right.gif");
  9. }
  10. #wiz-next-button[disabled] {
  11.   list-style-image            : url("chrome://global/skin/simple-arrow-right-disabled.gif");
  12. }
  13.  
  14. box#wizardButtons {
  15.   margin-top                  : 3px;
  16. }
  17.  
  18. .box-wizardcontent
  19.   {
  20.     margin-left               : 44px;
  21.     margin-right              : 44px;
  22.     width                     : 30em;
  23.   } 
  24.