|
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/. */ |
|
4 |
|
5 |
|
6 @import url("chrome://global/skin/"); |
|
7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
|
8 |
|
9 |
|
10 #warningScreen |
|
11 { |
|
12 background-color: -moz-Dialog; |
|
13 } |
|
14 |
|
15 #warningBox |
|
16 { |
|
17 background-color: -moz-Field; |
|
18 color: -moz-FieldText; |
|
19 border: 1px solid ThreeDShadow; |
|
20 border-radius: 10px; |
|
21 padding: 3em; |
|
22 -moz-padding-start: 30px; |
|
23 margin-left: 1em; |
|
24 margin-right: 1em; |
|
25 } |
|
26 |
|
27 #warningInnerBox |
|
28 { |
|
29 max-width: 50em; |
|
30 } |
|
31 |
|
32 #warningTitle |
|
33 { |
|
34 margin: 0 0 .6em 0; |
|
35 font-size: 160%; |
|
36 border-bottom: 1px solid ThreeDLightShadow |
|
37 } |
|
38 |
|
39 #warningText |
|
40 { |
|
41 font-size: 110%; |
|
42 margin-left: 0; |
|
43 } |
|
44 |
|
45 #warningButton |
|
46 { |
|
47 margin-top: 0.6em; |
|
48 } |
|
49 |
|
50 #showWarningNextTime |
|
51 { |
|
52 margin-top: 0.6em; |
|
53 } |
|
54 |
|
55 #exclam |
|
56 { |
|
57 %ifdef MOZ_WIDGET_GTK |
|
58 list-style-image: url("moz-icon://stock/gtk-dialog-warning?size=dialog"); |
|
59 %else |
|
60 list-style-image: url("chrome://global/skin/icons/warning-large.png"); |
|
61 %endif |
|
62 -moz-margin-end: 3em; |
|
63 } |
|
64 |
|
65 #configTreeBody::-moz-tree-cell-text(user) |
|
66 { |
|
67 font-weight: bold; |
|
68 } |
|
69 |
|
70 #configTreeBody::-moz-tree-cell-text(locked) |
|
71 { |
|
72 font-style: italic; |
|
73 } |
|
74 |
|
75 #configTree |
|
76 { |
|
77 margin-top: 5px; |
|
78 margin-bottom: 5px; |
|
79 } |
|
80 |
|
81 #filterRow |
|
82 { |
|
83 margin-top: 5px; |
|
84 } |