update both themes for suite default theme changes between 2009-07-17 and 2009-08-24
[themes.git] / EarlyBlue / messenger / messageHeader.css
... / ...
CommitLineData
1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Netscape Public License
5 * Version 1.1 (the "License"); you may not use this file except in
6 * compliance with the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/NPL/
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.org code.
15 *
16 * The Initial Developer of the Original Code is
17 * Netscape Communications Corporation.
18 * Portions created by the Initial Developer are Copyright (C) 1998
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Scott MacGregor (mscott@netscape.com)
23 * Joe Hewitt (hewitt@netscape.com)
24 * Robert Kaiser <KaiRo@KaiRo.at>
25 *
26 * Alternatively, the contents of this file may be used under the terms of
27 * either the GNU General Public License Version 2 or later (the "GPL"), or
28 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 * in which case the provisions of the GPL or the LGPL are applicable instead
30 * of those above. If you wish to allow use of your version of this file only
31 * under the terms of either the GPL or the LGPL, and not to allow others to
32 * use your version of this file under the terms of the NPL, indicate your
33 * decision by deleting the provisions above and replace them with the notice
34 * and other provisions required by the GPL or the LGPL. If you do not delete
35 * the provisions above, a recipient may use your version of this file under
36 * the terms of any one of the NPL, the GPL or the LGPL.
37 *
38 * ***** END LICENSE BLOCK ***** */
39
40@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
41
42/* ===== messageHeader.css ==============================================
43 == Styles for the header toolbars of a mail message.
44 ======================================================================= */
45
46/* ::::: msg header toolbars ::::: */
47
48#collapsedHeaderView,
49#expandedHeaderView {
50 min-width: 1px;
51}
52
53/* ::::: msg header buttons ::::: */
54
55#expandedAttachmentBox {
56 width: 20em;
57 height: 0px;
58 list-style-image: url("chrome://messenger/skin/icons/attach.gif");
59}
60
61#attachmentTree {
62 margin: 3px;
63 -moz-margin-start: 0;
64 height: 0px;
65 width: 20em;
66}
67
68#attachmentText {
69 font-weight: bold;
70}
71
72/* ::::: msg header captions ::::: */
73
74#msgHeaderView {
75 border-left: none;
76 border-right: none;
77}
78
79#collapsedHeaderView,
80#expandedHeaderView {
81 border-bottom: 1px solid #9999CC;
82 min-width: 1px;
83}
84
85.headerNameBox {
86 width: 7.7em;
87}
88
89.headerName {
90 margin: 0;
91 -moz-margin-end: .25em;
92 min-height: 16px;
93 font-weight: bold;
94 text-align: right;
95}
96
97.headerValue {
98 margin: 0 0 3px;
99 min-width: 50px;
100 white-space: normal;
101 color: inherit;
102 background-color: transparent;
103}
104
105.headerValueBox {
106 margin: 0 0 3px;
107}
108
109.headerValueBox > .headerValue {
110 margin: 0;
111}
112
113.headerValueBox[singleline="true"] {
114 overflow: hidden;
115}
116
117.headerValueBox[singleline="true"] > .headerValue {
118 overflow: hidden;
119}
120
121.subjectvalue {
122 font-weight: bold;
123}
124
125.tagvalue {
126 margin-top: 0;
127 -moz-margin-start: 0;
128}
129
130/* ::::: msg header message ids ::::: */
131
132.messageIdDisplayButton {
133 color: #336699;
134 cursor: pointer;
135 margin: 0px;
136 padding: 0px 1px;
137}
138
139.messageIdDisplayButton:hover {
140 color: black;
141 background-color: #336699;
142}
143
144.messageIdDisplayImage {
145 -moz-padding-start: 2px;
146 -moz-box-pack: end;
147}
148
149/* ::::: msg header email addresses ::::: */
150
151.emailDisplayButton {
152 color: #336699;
153 cursor: pointer;
154 margin: 0px;
155 padding: 0px 1px;
156}
157
158.emailDisplayButton:hover {
159 color: black;
160 background-color: #336699;
161}
162
163.emailDisplayImage {
164 -moz-padding-start: 2px;
165 -moz-box-pack: end;
166}
167
168/* ::::: email address twisty ::::: */
169
170.addresstwisty {
171 margin: 1px;
172 list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
173}
174
175.addresstwisty[open] {
176 list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
177}
178
179/* ::::: view expand and collapse twisties ::::: */
180
181.expandHeaderViewButton,
182.collapsedHeaderViewButton {
183 margin: 2px .5em 0;
184 padding: 0px;
185}
186
187.expandHeaderViewButton {
188 list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
189}
190
191.collapsedHeaderViewButton {
192 list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
193}
194
195/* ::::: collapsed view styles ::::: */
196
197#collapsedAttachmentBox {
198 -moz-box-pack: center;
199}
200
201#collapseddateValue {
202 margin: 0 .5em;
203 text-align: right;
204}
205
206#collapseddateValue > .textbox-input-box menupopup {
207 text-align: left;
208}
209
210#collapsedfromBox {
211 width: 18em;
212}
213
214#collapseddateBox {
215 width: 12em;
216}
217
218.collapsedHeaderDisplayName {
219 margin-top: 2px;
220 margin-bottom: 2px;
221 -moz-margin-start: .55em;
222 -moz-margin-end: .5em;
223 min-height: 16px;
224 font-weight: bold;
225}
226
227.collapsedHeaderValue {
228 background: transparent;
229 margin: 0;
230}
231
232.collapsedAttachmentButton {
233 list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
234 -moz-margin-end: .5em;
235}