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 / global / wizardOverlay.css < prev   
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  625 b   |  25 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.     margin-bottom: 0.4em;
  18. }
  19.  
  20. .box-wizardcontent {
  21.     margin-left: 44px;
  22.     margin-right: 44px;
  23.     width: 30em;
  24.