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);
14 border : 1px solid #9C9CFF;
15 margin : 0px 5px 6px 5px;
18 .box-smallheader > .toolbar-primary
20 padding : 0px 0px 3px 0px;
32 .box-smallheader-right
38 .box-smallheader > .toolbar-primary
40 background-color : #000000;
46 * Large Dialog Header (with icon)
50 -moz-binding : url(chrome://global/skin/classicBindings.xml#largeheader);
57 .largeheader-header-text
64 .largeheader-desc-text
77 * Dialog status line (blue) including progress area
81 visibility : collapse;
85 * Utility classes for use when combined headers/footers are used
87 /* display area framed container */
90 border-top : 2px solid #9C9CFF;
91 border-bottom : 2px solid #9C9CFF;