fourth part of syncing LCARStrek with Firefox 42-44 windows theme changes
[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 textbox.meta-properties {
28   margin-top: 1px;
29 }
30
31 .iframe {
32   margin: .5em;
33   background: white;
34   overflow: auto;
35 }
36
37 .fixedsize {
38   height: 8.5em;
39 }
40
41 textbox[disabled] {
42   font-style: italic;
43 }
44
45 /* General Tab */
46 #general-security-identity {
47   white-space: pre-wrap;
48   line-height: 2em;
49 }
50
51 /* Media Tab */
52 #imagetree {
53   min-height: 10em;
54 }
55
56 #thepreviewimage {
57   margin: 1em;
58 }
59
60 treechildren::-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
85 .permission {
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
94 .permissionLabel {
95   font-weight: bold;
96 }
97
98 /* Security Tab */
99 .fieldValue {
100   font-weight: bold;
101 }
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 }