adding images for last EarlyBlue changes
[themes.git] / EarlyBlue / messenger / skin / messageHeader.css
CommitLineData
fbbedfbc 1/*
6ef734b2 2 * The contents of this file are subject to the Netscape Public
3 * License Version 1.1 (the "License"); you may not use this file
4 * except in compliance with the License. You may obtain a copy of
5 * the License at http://www.mozilla.org/NPL/
6 *
7 * Software distributed under the License is distributed on an "AS
8 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9 * implied. See the License for the specific language governing
10 * rights and limitations under the License.
11 *
12 * The Original Code is Mozilla Communicator client code, released
13 * March 31, 1998.
14 *
15 * The Initial Developer of the Original Code is Netscape
16 * Communications Corporation. Portions created by Netscape are
17 * Copyright (C) 1998-2001 Netscape Communications Corporation. All
18 * Rights Reserved.
19 *
20 * Contributor(s):
21 * Scott MacGregor (mscott@netscape.com)
22 * Joe Hewitt (hewitt@netscape.com)
23 * Robert Kaiser (KaiRo@KaiRo.at)
fbbedfbc 24 */
25
0042fc01 26/* ===== messageHeader.css ==============================================
6ef734b2 27 == Styles for the header toolbars of a mail message.
28 ======================================================================= */
29
fbbedfbc 30@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
31@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
32
6e52efb6 33#collapsedHeaderView,
34#expandedHeaderView
35 {
36 min-width : 1px;
37 }
38
fbbedfbc 39mail-emailaddress
40 {
41 -moz-binding : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
6ef734b2 42 display : -moz-xul-inline-box;
fbbedfbc 43 }
44
6ef734b2 45.buttonTopSpacer
46 {
47 height : 0.3em;
48 }
fbbedfbc 49
6ef734b2 50.buttonSpacer
51 {
52 width : 0.5em;
53 }
fbbedfbc 54
6ef734b2 55.headerValueBox
56 {
57 width : 7.0em;
58 text-align : right;
59 }
fbbedfbc 60
6ef734b2 61.headerBox
62 {
63 overflow : hidden;
64 min-width : 50px;
65 }
fbbedfbc 66
6ef734b2 67
68#addToAddressBookButton
69 {
70 list-style-image : url("chrome://messenger/skin/addtoab.gif");
71 min-height : 20px;
72 margin : 0px;
73 }
74
6e52efb6 75#expandedAttachmentBox {
76 width: 20em;
77 height: 0px;
78 list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
79}
80
81#attachmentText
82{
83 font-weight: bold;
84}
85
86#attachmentTree {
87 margin: 3px;
88 height: 0px;
89 width: 20em;
90}
fbbedfbc 91
6ef734b2 92.emailDisplayImage
fbbedfbc 93 {
6ef734b2 94 text-align : right;
fbbedfbc 95 }
96
97.emailDisplayButton
98 {
6ef734b2 99 color : #336699;
fbbedfbc 100 cursor : pointer;
6ef734b2 101 min-height : 16px;
102 }
103
104.emailDisplayButton:hover
105 {
106 background-color : #336699;
107 color : #CCD0DD;
fbbedfbc 108 }
109
110.showMoreAddressesButton
111 {
6ef734b2 112 list-style-image : url("chrome://global/skin/twisty-closed.gif");
fbbedfbc 113 }
114
115.showFewerAddressesButton
116 {
6ef734b2 117 list-style-image : url("chrome://global/skin/twisty-open.gif");
fbbedfbc 118 }
119
120html.headerValue
121 {
122 white-space : normal;
123 min-width : 50px;
124 margin : 0px;
125 }
126
127html.subjectvalue
128 {
129 font-weight : bold;
130 }
131
6ef734b2 132text.subjectvalue
133 {
134 font-weight : bold;
135 }
136
fbbedfbc 137text.headerdisplayname
138 {
139 font-weight : bold;
140 margin-right : 0.5em;
141 margin-left : 0.5em;
6ef734b2 142 min-height : 16px
fbbedfbc 143 }
144
145text.headerValue
146 {
147 white-space : normal;
148 min-width : 50px;
149 }
150
151#msgHeaderView
152 {
153 border-left : none;
154 border-right : none;
6ef734b2 155 border-bottom : 1px solid #9999CC;
fbbedfbc 156 }
29c4873a 157
6ef734b2 158.expandHeaderViewButton {
159 list-style-image: url("chrome://global/skin/twisty-open.gif");
160 margin-left: .5em;
161 margin-right: .5em;
162}
163
164.collapsedHeaderViewButton
165{
166 list-style-image: url("chrome://global/skin/twisty-closed.gif");
167 margin-left: .5em;
168}
169
170
171/* ::::: collapsed view styles ::::: */
172.collapsedToggleHdrBox
173{
afe91d6d 174 -moz-box-align: center;
6ef734b2 175}
176
177#collapsedAttachmentBox {
afe91d6d 178 -moz-box-pack: center;
6ef734b2 179}
180
181#collapseddateValue
182{
183 margin-left: .7em;
184}
185
186#collapsedfromBox
187{
188 width: 18em;
189}
190
191#collapseddateBox
192 {
193 width: 12em;
194}
195
196text.collapsedHeaderDisplayName
197{
198 font-weight: bold;
199 margin-left: .7em;
200 min-height: 16px;
201}
202
203.collapsedAttachmentButton
204{
205 list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
206 margin-right: .5em;
207 margin-left: 1em;
208}
209
210[hide] {
211 visibility: hidden;
212}
0042fc01 213