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 ::::: */
17 /* ::::: dialog buttons ::::: */
24 /* ::::: dialog header ::::: */
30 background-color: #FF9F00;
35 margin: 0px !important;
40 /* ::::: large dialog header ::::: */
43 -moz-box-orient: vertical;
46 border-bottom: 1px solid #9C9CFF;
49 -moz-padding-start: 25px;
50 -moz-padding-end: 5px;
51 background-color: #000000;
55 .header-large > .dialogheader-title {
60 .header-large > .dialogheader-description {
61 -moz-margin-start: 12px !important;