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: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); michael@0: michael@0: #commonDialog > image { michael@0: -moz-margin-end: 14px !important; michael@0: } michael@0: michael@0: #commonDialog > .dialog-button-box { michael@0: -moz-margin-start: 80px; michael@0: } michael@0: michael@0: dialog { michael@0: -moz-appearance: dialog; michael@0: padding: 14px; michael@0: } michael@0: michael@0: /* ::::: dialog buttons ::::: */ michael@0: michael@0: .dialog-button { michael@0: font: menu; michael@0: } michael@0: michael@0: /* ::::: dialog header ::::: */ michael@0: michael@0: dialogheader { michael@0: margin: 0 5px 5px; michael@0: padding: 5px 8px; michael@0: } michael@0: michael@0: .dialogheader-title { michael@0: margin: 0 !important; michael@0: font-size: larger; michael@0: font-weight: bold; michael@0: display: none; michael@0: } michael@0: michael@0: /* ::::: large dialog header ::::: */ michael@0: michael@0: .header-large { michael@0: -moz-box-orient: vertical; michael@0: margin: -14px -14px 0; michael@0: padding: 12px; michael@0: -moz-padding-end: 5px; michael@0: -moz-padding-start: 25px; 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: margin-left: 12px !important; michael@0: } michael@0: michael@0: .dialogheader-description { michael@0: font-weight: bold !important; michael@0: } michael@0: michael@0: .dialogheader-title { michael@0: font-weight: bold !important; michael@0: } michael@0: michael@0: /*XXX - belongs to toolkit/content/finddialog.xul: */ michael@0: michael@0: #findDialog, michael@0: #findDialog > menu, michael@0: #findDialog > groupbox { michael@0: font: menu !important; michael@0: } michael@0: michael@0: #dialog\.caseSensitive { michael@0: margin-top: 8px; michael@0: }