home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / chrome / modern.jar / skin / modern / global / wizardOverlay.css < prev   
Encoding:
Cascading Style Sheet File  |  2001-04-30  |  1.8 KB  |  57 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-2001 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *   Joe Hewitt (hewitt@netscape.com)
  22.  */
  23.  
  24. /* ===== wizardOverlay.css ==============================================
  25.   == Styles used by the wizard overlay which contains buttons for
  26.   == stepping through a wizard dialog.
  27.   ======================================================================= */
  28.  
  29. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  30.  
  31. /* ::::: wizard content ::::: */
  32.  
  33. .box-wizardcontent {
  34.   margin-left: 44px;
  35.   margin-right: 44px;
  36.   width: 30em;
  37.  
  38. /* ::::: wizard buttons ::::: */
  39.  
  40. #wizardButtons {
  41.   margin: 0.4em 0px 0.4em 0px;
  42. }
  43.  
  44. #wiz-back-button {
  45.   list-style-image: url("chrome://global/skin/arrow/arrow-left.gif");
  46. }
  47. #wiz-back-button[disabled] {
  48.   list-style-image: url("chrome://global/skin/arrow/arrow-left-disabled.gif");
  49. }
  50. #wiz-next-button {
  51.   list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
  52. }
  53. #wiz-next-button[disabled] {
  54.   list-style-image: url("chrome://global/skin/arrow/arrow-right-disabled.gif");
  55. }
  56.