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: /* ===== groupbox.css ================================================== michael@0: == Styles used by the XUL groupbox and related elements. michael@0: ======================================================================= */ michael@0: michael@0: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); michael@0: michael@0: /* ::::: groupbox ::::: */ michael@0: michael@0: groupbox { michael@0: margin: 5px; michael@0: padding: 5px; michael@0: } michael@0: michael@0: .groupbox-body { michael@0: -moz-padding-start: 10px; michael@0: } michael@0: michael@0: caption { michael@0: margin-bottom: 2px; michael@0: font-weight: bold; michael@0: } michael@0: michael@0: /* !important is needed to override label in global.css */ michael@0: .caption-text { michael@0: margin-top: 0 !important; michael@0: margin-bottom: 0 !important; michael@0: -moz-margin-start: 1px !important; michael@0: }