1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
8 * Small Dialog Header (without icon)
12 -moz-binding : url(chrome://communicator/content/dialogBindings.xml#smallheader);
13 border : 1px inset #CCD0DD;
14 margin : 0px 5px 6px 5px;
17 .box-smallheader > .toolbar-primary
19 padding : 0px 0px 3px 0px;
21 background-color : #666699;
32 .box-smallheader-right
38 .box-smallheader > .toolbar-primary
40 /* border : 1px solid ThreeDDarkShadow; */
46 * Large Dialog Header (with icon)
50 -moz-binding : url(chrome://global/skin/classicBindings.xml#largeheader);
56 background-color : window;
57 border-bottom : 1px solid ThreeDShadow;
61 .largeheader-header-text
67 .largeheader-desc-text
80 * Dialog status line (blue) including progress area
84 visibility : collapse;
88 * Utility classes for use when combined headers/footers are used
90 /* display area framed container */
93 border-top : 2px groove #CCD0DD;
94 border-bottom : 2px groove #CCD0DD;