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