Commit | Line | Data |
---|---|---|
9099c61d RK |
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/. */ | |
128000f4 | 4 | |
74d14f90 | 5 | /* ===== groupbox.css ================================================== |
6 | == Styles used by the XUL groupbox and related elements. | |
7 | ======================================================================= */ | |
f6e0a33f | 8 | |
df8c26c4 RK |
9 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
10 | ||
74d14f90 | 11 | /* ::::: groupbox ::::: */ |
12 | ||
13 | groupbox { | |
d36c7ec4 | 14 | margin: 3px 2px; |
74d14f90 | 15 | border: 2px groove #CCD0DD; |
02920d2b RK |
16 | padding-top: 3px; |
17 | padding-bottom: 5px; | |
18 | -moz-padding-start: 5px; | |
19 | -moz-padding-end: 3px; | |
74d14f90 | 20 | } |
21 | ||
22 | .groupbox-body { | |
23 | padding: inherit; | |
24 | } | |
25 | ||
26 | caption { | |
02920d2b | 27 | margin: 0px 6px 2px; |
74d14f90 | 28 | padding: 0px 3px; |
df8c26c4 | 29 | background-color: #CCD0DD; |
74d14f90 | 30 | } |
7862e6ee RK |
31 | |
32 | .caption-text { | |
33 | margin-top: 0; | |
34 | margin-bottom: 0; | |
35 | -moz-margin-start: 1px; | |
36 | -moz-margin-end: 2px; | |
37 | } |