Commit | Line | Data |
---|---|---|
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 | * | |
ecb2fda9 | 14 | * The Original Code is mozilla.org code. |
85376731 | 15 | * |
16 | * The Initial Developer of the Original Code is Daniel Brooks. | |
ecb2fda9 | 17 | * Portions created by the Initial Developer are Copyright (C) 2001-2007 |
85376731 | 18 | * the Initial Developer. All Rights Reserved. |
19 | * | |
20 | * Contributor(s): | |
ecb2fda9 RK |
21 | * Kevin Gerich <webmail@kmgerich.com> |
22 | * Daniel Brooks <db48x@yahoo.com> | |
23 | * Florian QUEZE <f.qu@queze.net> | |
85376731 | 24 | * |
25 | * Alternatively, the contents of this file may be used under the terms of | |
26 | * either the GNU General Public License Version 2 or later (the "GPL"), or | |
27 | * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | |
28 | * in which case the provisions of the GPL or the LGPL are applicable instead | |
29 | * of those above. If you wish to allow use of your version of this file only | |
30 | * under the terms of either the GPL or the LGPL, and not to allow others to | |
31 | * use your version of this file under the terms of the MPL, indicate your | |
32 | * decision by deleting the provisions above and replace them with the notice | |
ecb2fda9 | 33 | * and other provisions required by the GPL or the LGPL. If you do not delete |
85376731 | 34 | * the provisions above, a recipient may use your version of this file under |
35 | * the terms of any one of the MPL, the GPL or the LGPL. | |
36 | * | |
ecb2fda9 | 37 | * ***** END LICENSE BLOCK ***** */ |
85376731 | 38 | |
39 | @import "chrome://global/skin/"; | |
40 | ||
4d12b027 | 41 | /* Misc */ |
e1597424 | 42 | tree { |
85376731 | 43 | margin: .5em; |
44 | } | |
45 | ||
4d12b027 RK |
46 | .gridSeparator { |
47 | width: .5em; | |
48 | } | |
49 | ||
50 | textbox { | |
85376731 | 51 | background: transparent !important; |
52 | border: none; | |
53 | padding: 0px; | |
ecb2fda9 | 54 | -moz-user-focus: none; |
85376731 | 55 | } |
56 | ||
57 | textbox.header { | |
4d12b027 | 58 | -moz-margin-start: 0; |
85376731 | 59 | } |
60 | ||
61 | .iframe { | |
62 | margin: .5em; | |
63 | background: white; | |
64 | overflow: auto; | |
65 | } | |
66 | ||
d36c7ec4 | 67 | .fixedsize { |
8a7d0690 | 68 | height: 8.5em; |
d36c7ec4 | 69 | } |
61af9d1c | 70 | |
71 | textbox[disabled] { | |
72 | font-style: italic; | |
73 | } | |
4d12b027 RK |
74 | |
75 | /* General Tab */ | |
4d12b027 | 76 | #general-security-identity { |
d0ff98fe | 77 | white-space: pre-wrap; |
4d12b027 RK |
78 | line-height: 2em; |
79 | } | |
80 | ||
81 | /* Media Tab */ | |
82 | #imagetree { | |
83 | min-height: 10em; | |
84 | } | |
85 | ||
86 | #thepreviewimage { | |
87 | margin: 1em; | |
88 | } | |
89 | ||
90 | treechildren::-moz-tree-cell-text(broken) { | |
91 | font-style: italic; | |
92 | color: #808080; | |
93 | } | |
94 | ||
95 | /* Feeds Tab */ | |
96 | #feedListbox richlistitem { | |
97 | padding-top: 6px; | |
98 | padding-bottom: 6px; | |
99 | -moz-padding-start: 7px; | |
100 | -moz-padding-end: 7px; | |
101 | min-height: 25px; | |
102 | border-bottom: 1px dotted #9999CC; | |
103 | } | |
104 | ||
105 | .feedTitle { | |
106 | font-weight: bold; | |
107 | } | |
108 | ||
109 | /* Permissions Tab */ | |
110 | #permList { | |
111 | margin-top: .5em; | |
112 | overflow: auto; | |
113 | } | |
114 | ||
8dcc05d2 | 115 | .permission { |
4d12b027 RK |
116 | padding-top: 6px; |
117 | padding-bottom: 6px; | |
118 | -moz-padding-start: 7px; | |
119 | -moz-padding-end: 7px; | |
120 | min-height: 25px; | |
121 | border-bottom: 1px dotted #9999CC; | |
122 | } | |
123 | ||
8dcc05d2 | 124 | .permissionLabel { |
4d12b027 RK |
125 | font-weight: bold; |
126 | } | |
127 | ||
128 | /* Security Tab */ | |
b5adebfa | 129 | .fieldValue { |
4d12b027 | 130 | font-weight: bold; |
62736c3e | 131 | } |
7214f501 RK |
132 | |
133 | #identity-icon { | |
134 | width: 64px; | |
135 | height: 64px; | |
136 | list-style-image: url("chrome://navigator/skin/icons/identity.png"); | |
137 | -moz-image-region: rect(0px, 64px, 64px, 0px); | |
138 | } | |
139 | ||
140 | #identity-icon.verifiedDomain { | |
141 | -moz-image-region: rect(64px, 64px, 128px, 0px); | |
142 | } | |
143 | ||
144 | #identity-icon.verifiedIdentity { | |
145 | -moz-image-region: rect(128px, 64px, 192px, 0px); | |
146 | } |