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 /* ===== dialog.css =====================================================
6 == Styles used by the XUL dialog element.
7 ======================================================================= */
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
11 /* ::::: dialog ::::: */
16 -moz-padding-start: 8px;
17 -moz-padding-end: 10px;
20 /* ::::: dialog buttons ::::: */
27 /* ::::: dialog header ::::: */
31 border: 1px inset #666699;
33 background-color: #666699;
38 margin: 0px !important;
43 /* ::::: large dialog header ::::: */
46 -moz-box-orient: vertical;
49 border-bottom: 1px solid #000000;
52 -moz-padding-start: 25px;
53 -moz-padding-end: 5px;
54 background-color: #CCD0DD;
58 .header-large > .dialogheader-title {
63 .header-large > .dialogheader-description {
64 -moz-margin-start: 12px !important;