Commit | Line | Data |
---|---|---|
c1080df6 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 file, | |
3 | - You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
4 | ||
5 | dialog, | |
6 | window, | |
7 | prefpane, | |
8 | prefwindow, | |
9 | .windowDialog { | |
10 | -moz-appearance: none; | |
11 | background-color: #000000; | |
12 | color: #FF9F00; | |
13 | margin: 0; | |
14 | padding: 0; | |
15 | } | |
16 | ||
17 | .contentPane { | |
18 | margin: 0; | |
19 | } | |
20 | ||
21 | tabbox { | |
22 | /* override the rule in certManager.xul */ | |
23 | margin: 0 0 5px !important; | |
24 | } | |
25 | ||
26 | tabpanels { | |
27 | font-size: 1em; | |
28 | } | |
29 | ||
30 | tabs, | |
31 | label, | |
32 | description, | |
33 | #useDocumentColors { | |
34 | margin-right: 4px; | |
35 | margin-left: 4px; | |
36 | } | |
37 | ||
38 | tree:not(#rejectsTree) { | |
39 | min-height: 15em; | |
40 | } | |
41 | ||
42 | .actionButtons { | |
43 | margin: 3px 0 0 !important; | |
44 | } | |
45 | ||
46 | caption { | |
47 | -moz-padding-start: 0; | |
48 | } | |
49 | ||
50 | groupbox { | |
51 | font-size: 1em; | |
52 | margin-top: 0; | |
53 | margin-right: 4px; | |
54 | margin-left: 4px; | |
55 | padding-top: 0; | |
56 | padding-bottom: 5px; | |
57 | } | |
58 | ||
59 | prefpane .groupbox-body { | |
60 | padding: 0 0 5px; | |
61 | } | |
62 | ||
63 | groupbox description { | |
64 | margin-right: 0; | |
65 | margin-left: 0; | |
66 | } |