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