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/. */ | |
351107c9 | 4 | |
b1eaa419 | 5 | @import "chrome://global/skin/"; |
351107c9 | 6 | |
e10e7add | 7 | /* Misc */ |
7aa65558 | 8 | tree { |
b1eaa419 | 9 | margin: .5em; |
351107c9 | 10 | } |
11 | ||
e10e7add RK |
12 | .gridSeparator { |
13 | width: .5em; | |
14 | } | |
15 | ||
16 | textbox { | |
b1eaa419 | 17 | background: transparent !important; |
18 | border: none; | |
19 | padding: 0px; | |
e10e7add | 20 | -moz-user-focus: none; |
351107c9 | 21 | } |
22 | ||
b1eaa419 | 23 | textbox.header { |
dae45075 | 24 | margin-inline-start: 0; |
b1eaa419 | 25 | } |
26 | ||
4bbe2504 RK |
27 | textbox.meta-properties { |
28 | margin-top: 1px; | |
29 | } | |
30 | ||
b1eaa419 | 31 | .iframe { |
32 | margin: .5em; | |
33 | background: black; | |
34 | overflow: auto; | |
35 | } | |
36 | ||
2b722888 | 37 | .fixedsize { |
8a7d0690 | 38 | height: 8.5em; |
2b722888 | 39 | } |
242fc635 | 40 | |
d15efd04 RK |
41 | textbox[readonly="true"] { |
42 | color: #9C9CFF; | |
43 | } | |
44 | ||
242fc635 | 45 | textbox[disabled] { |
46 | font-style: italic; | |
47 | } | |
e10e7add | 48 | |
d15efd04 RK |
49 | row > label { |
50 | padding: 3px 0; | |
51 | } | |
52 | ||
e10e7add | 53 | /* General Tab */ |
e10e7add RK |
54 | #general-security-identity { |
55 | white-space: pre-wrap; | |
56 | line-height: 2em; | |
57 | } | |
58 | ||
59 | /* Media Tab */ | |
60 | #imagetree { | |
61 | min-height: 10em; | |
62 | } | |
63 | ||
64 | #thepreviewimage { | |
65 | margin: 1em; | |
66 | } | |
67 | ||
68 | treechildren::-moz-tree-cell-text(broken) { | |
69 | font-style: italic; | |
70 | color: #8050B0; | |
71 | } | |
72 | ||
73 | /* Feeds Tab */ | |
74 | #feedListbox richlistitem { | |
75 | padding-top: 6px; | |
76 | padding-bottom: 6px; | |
dae45075 RK |
77 | padding-inline-start: 7px; |
78 | padding-inline-end: 7px; | |
e10e7add RK |
79 | min-height: 25px; |
80 | border-bottom: 1px dotted #9C9CFF; | |
81 | } | |
82 | ||
83 | .feedTitle { | |
84 | font-weight: bold; | |
85 | } | |
86 | ||
87 | /* Permissions Tab */ | |
88 | #permList { | |
89 | margin-top: .5em; | |
90 | overflow: auto; | |
91 | } | |
92 | ||
8dcc05d2 | 93 | .permission { |
e10e7add RK |
94 | padding-top: 6px; |
95 | padding-bottom: 6px; | |
dae45075 RK |
96 | padding-inline-start: 7px; |
97 | padding-inline-end: 7px; | |
e10e7add RK |
98 | min-height: 25px; |
99 | border-bottom: 1px dotted #9C9CFF; | |
100 | } | |
101 | ||
8dcc05d2 | 102 | .permissionLabel { |
e10e7add RK |
103 | font-weight: bold; |
104 | } | |
105 | ||
106 | /* Security Tab */ | |
b5adebfa | 107 | .fieldValue { |
e10e7add | 108 | font-weight: bold; |
e10e7add | 109 | } |
7214f501 RK |
110 | |
111 | #identity-icon { | |
112 | width: 64px; | |
113 | height: 64px; | |
114 | list-style-image: url("chrome://navigator/skin/icons/identity.png"); | |
115 | -moz-image-region: rect(0px, 64px, 64px, 0px); | |
116 | } | |
117 | ||
118 | #identity-icon.verifiedDomain { | |
119 | -moz-image-region: rect(64px, 64px, 128px, 0px); | |
120 | } | |
121 | ||
122 | #identity-icon.verifiedIdentity { | |
123 | -moz-image-region: rect(128px, 64px, 192px, 0px); | |
124 | } |