michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* ===== dialog.css ===================================================== michael@0: == Styles used by the XUL dialog element. michael@0: ======================================================================= */ michael@0: michael@0: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); michael@0: michael@0: /* ::::: dialog ::::: */ michael@0: michael@0: dialog { michael@0: padding-top: 8px; michael@0: padding-bottom: 10px; michael@0: -moz-padding-start: 8px; michael@0: -moz-padding-end: 10px; michael@0: } michael@0: michael@0: /* ::::: dialog buttons ::::: */ michael@0: michael@0: .dialog-button { michael@0: font: menu; michael@0: margin-top: 6px; michael@0: } michael@0: michael@0: /* ::::: dialog header ::::: */ michael@0: michael@0: dialogheader { michael@0: margin: 0px 5px 5px 5px; michael@0: border: 2px solid; michael@0: -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; michael@0: -moz-border-right-colors: ThreeDHighlight ThreeDDarkShadow; michael@0: -moz-border-bottom-colors: ThreeDHighlight ThreeDDarkShadow; michael@0: -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; michael@0: padding: 5px 8px; michael@0: background-color: Highlight; michael@0: color: HighlightText; michael@0: } michael@0: michael@0: .dialogheader-title { michael@0: margin: 0px !important; michael@0: font-size: larger; michael@0: font-weight: bold; michael@0: } michael@0: michael@0: /* ::::: large dialog header ::::: */ michael@0: michael@0: .header-large { michael@0: -moz-box-orient: vertical; michael@0: margin-top: -8px; michael@0: margin-bottom: 0; michael@0: -moz-margin-start: -8px; michael@0: -moz-margin-end: -10px; michael@0: border-left: none; michael@0: border-right: none; michael@0: border-top: none; michael@0: -moz-border-bottom-colors: ThreeDHighlight ThreeDShadow; michael@0: padding-top: 12px; michael@0: padding-bottom: 12px; michael@0: -moz-padding-start: 25px; michael@0: -moz-padding-end: 5px; michael@0: background-color: Window; michael@0: color: WindowText; michael@0: } michael@0: michael@0: .header-large > .dialogheader-title { michael@0: font: inherit; michael@0: font-weight: bold; michael@0: } michael@0: michael@0: .header-large > .dialogheader-description { michael@0: -moz-margin-start: 12px !important; michael@0: }