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: groupbox { michael@0: padding: 5px 1px 1px; michael@0: -moz-padding-start: 0; michael@0: margin: 6px; michael@0: } michael@0: michael@0: .groupbox-body { michael@0: -moz-appearance: groupbox; michael@0: padding: 8px 8px 3px; michael@0: margin: 0; michael@0: } michael@0: michael@0: caption { michael@0: -moz-padding-start: 4px; michael@0: padding-bottom: 1px; michael@0: font: caption; 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: }