update with current trunk work
[themes.git] / EarlyBlue / navigator / pageInfo.css
CommitLineData
85376731 1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
8 *
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
12 * License.
13 *
14 * The Original Code is Mozilla Communicator client code.
15 *
16 * The Initial Developer of the Original Code is Daniel Brooks.
61af9d1c 17 * Portions created by the Initial Developer are Copyright (C) 2001-2004
85376731 18 * the Initial Developer. All Rights Reserved.
19 *
20 * Contributor(s):
21 *
22 * Alternatively, the contents of this file may be used under the terms of
23 * either the GNU General Public License Version 2 or later (the "GPL"), or
24 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
25 * in which case the provisions of the GPL or the LGPL are applicable instead
26 * of those above. If you wish to allow use of your version of this file only
27 * under the terms of either the GPL or the LGPL, and not to allow others to
28 * use your version of this file under the terms of the MPL, indicate your
29 * decision by deleting the provisions above and replace them with the notice
30 * and other provisions required by the LGPL or the GPL. If you do not delete
31 * the provisions above, a recipient may use your version of this file under
32 * the terms of any one of the MPL, the GPL or the LGPL.
33 *
34 * ***** END LICENSE BLOCK *****
35*/
36
37@import "chrome://global/skin/";
38
4d12b027 39/* Misc */
e1597424 40tree {
85376731 41 margin: .5em;
42}
43
4d12b027
RK
44.gridSeparator {
45 width: .5em;
46}
47
48textbox {
85376731 49 background: transparent !important;
50 border: none;
51 padding: 0px;
52}
53
54textbox.header {
4d12b027 55 -moz-margin-start: 0;
85376731 56}
57
58.iframe {
59 margin: .5em;
60 background: white;
61 overflow: auto;
62}
63
d36c7ec4 64.fixedsize {
8a7d0690 65 height: 8.5em;
d36c7ec4 66}
61af9d1c 67
68textbox[disabled] {
69 font-style: italic;
70}
4d12b027
RK
71
72/* General Tab */
73groupbox tree {
74 margin: 0;
75 border: none;
76}
77
78groupbox.treebox .groupbox-body {
79 padding-top: 0;
80}
81
82#general-security-identity {
83 white-space: -moz-pre-wrap;
84 line-height: 2em;
85}
86
87/* Media Tab */
88#imagetree {
89 min-height: 10em;
90}
91
92#thepreviewimage {
93 margin: 1em;
94}
95
96treechildren::-moz-tree-cell-text(broken) {
97 font-style: italic;
98 color: #808080;
99}
100
101/* Feeds Tab */
102#feedListbox richlistitem {
103 padding-top: 6px;
104 padding-bottom: 6px;
105 -moz-padding-start: 7px;
106 -moz-padding-end: 7px;
107 min-height: 25px;
108 border-bottom: 1px dotted #9999CC;
109}
110
111.feedTitle {
112 font-weight: bold;
113}
114
115/* Permissions Tab */
116#permList {
117 margin-top: .5em;
118 overflow: auto;
119}
120
121#permList > vbox {
122 padding-top: 6px;
123 padding-bottom: 6px;
124 -moz-padding-start: 7px;
125 -moz-padding-end: 7px;
126 min-height: 25px;
127 border-bottom: 1px dotted #9999CC;
128}
129
130#permList > vbox > label {
131 font-weight: bold;
132}
133
134/* Security Tab */
135#securityPanel > .header {
136 font-size: 120%;
137}
138
139#securityPanel > .fieldLabel {
140 margin: 2px 10px 3px 10px;
141}
142
143#securityPanel > .fieldValue {
144 font-weight: bold;
145 margin: 2px 10px 0px 10px;
146}