adding images for last EarlyBlue changes
[themes.git] / EarlyBlue / messenger / skin / messageHeader.css
1 /*
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)
24  */
25
26 /* ===== messageHeader.css ==============================================
27   == Styles for the header toolbars of a mail message.
28   ======================================================================= */
29
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
33 #collapsedHeaderView,
34 #expandedHeaderView
35   {
36     min-width             : 1px;
37   }
38
39 mail-emailaddress 
40   {
41     -moz-binding          : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
42     display               : -moz-xul-inline-box;
43   }
44
45 .buttonTopSpacer     
46   { 
47     height                : 0.3em; 
48   }
49
50 .buttonSpacer        
51   { 
52     width                 : 0.5em; 
53   }
54
55 .headerValueBox 
56   { 
57     width                 : 7.0em;
58     text-align            : right;
59   }
60
61 .headerBox              
62   { 
63     overflow              : hidden; 
64     min-width             : 50px;
65   }
66
67
68 #addToAddressBookButton 
69   {
70     list-style-image      : url("chrome://messenger/skin/addtoab.gif");
71     min-height            : 20px;
72     margin                : 0px;
73   }
74
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 }
91
92 .emailDisplayImage
93   {
94     text-align            : right;
95   }
96
97 .emailDisplayButton 
98   {
99     color                 : #336699;
100     cursor                : pointer;
101     min-height            : 16px;
102   }
103
104 .emailDisplayButton:hover
105   {
106     background-color      : #336699;
107     color                 : #CCD0DD;
108   }
109
110 .showMoreAddressesButton 
111   {
112     list-style-image      : url("chrome://global/skin/twisty-closed.gif");
113   }
114
115 .showFewerAddressesButton 
116   {
117     list-style-image      : url("chrome://global/skin/twisty-open.gif");
118   }
119
120 html.headerValue   
121   { 
122     white-space           : normal;
123     min-width             : 50px; 
124     margin                : 0px;
125   }
126
127 html.subjectvalue  
128   { 
129     font-weight           : bold; 
130   }
131
132 text.subjectvalue  
133   { 
134     font-weight           : bold; 
135   }
136
137 text.headerdisplayname 
138   { 
139     font-weight           : bold; 
140     margin-right          : 0.5em; 
141     margin-left           : 0.5em; 
142     min-height            : 16px 
143   }
144
145 text.headerValue 
146   { 
147     white-space           : normal; 
148     min-width             : 50px; 
149   }
150   
151 #msgHeaderView
152   {
153     border-left           : none;
154     border-right          : none;
155     border-bottom         : 1px solid #9999CC;
156   }
157
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 {
174   -moz-box-align: center;
175 }
176
177 #collapsedAttachmentBox {
178   -moz-box-pack: center;
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
196 text.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 }
213