some additional changes to make it look _really_ good again
[themes.git] / EarlyBlue / messenger / skin / msgHdrViewOverlay.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
6ef734b2 26/* ===== msgHdrViewOverlay.css ==========================================
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
33mail-emailaddress
34 {
35 -moz-binding : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
6ef734b2 36 display : -moz-xul-inline-box;
fbbedfbc 37 }
38
6ef734b2 39.buttonTopSpacer
40 {
41 height : 0.3em;
42 }
fbbedfbc 43
6ef734b2 44.buttonSpacer
45 {
46 width : 0.5em;
47 }
fbbedfbc 48
6ef734b2 49.headerValueBox
50 {
51 width : 7.0em;
52 text-align : right;
53 }
fbbedfbc 54
6ef734b2 55.headerBox
56 {
57 overflow : hidden;
58 min-width : 50px;
59 }
fbbedfbc 60
6ef734b2 61
62#addToAddressBookButton
63 {
64 list-style-image : url("chrome://messenger/skin/addtoab.gif");
65 min-height : 20px;
66 margin : 0px;
67 }
68
69#attachmentButton
fbbedfbc 70 {
6ef734b2 71 list-style-image : url("chrome://messenger/skin/attach.gif");
72 min-height : 20px;
73 margin : 0px;
fbbedfbc 74 }
75
6ef734b2 76.emailDisplayImage
fbbedfbc 77 {
6ef734b2 78 text-align : right;
fbbedfbc 79 }
80
81.emailDisplayButton
82 {
6ef734b2 83 color : #336699;
fbbedfbc 84 cursor : pointer;
6ef734b2 85 min-height : 16px;
86 }
87
88.emailDisplayButton:hover
89 {
90 background-color : #336699;
91 color : #CCD0DD;
fbbedfbc 92 }
93
94.showMoreAddressesButton
95 {
6ef734b2 96 list-style-image : url("chrome://global/skin/twisty-closed.gif");
97/* list-style-image : url("chrome://messenger/skin/more.gif"); */
fbbedfbc 98 }
99
100.showFewerAddressesButton
101 {
6ef734b2 102 list-style-image : url("chrome://global/skin/twisty-open.gif");
103/* list-style-image : url("chrome://messenger/skin/less.gif"); */
fbbedfbc 104 }
105
106html.headerValue
107 {
108 white-space : normal;
109 min-width : 50px;
110 margin : 0px;
111 }
112
113html.subjectvalue
114 {
115 font-weight : bold;
116 }
117
6ef734b2 118text.subjectvalue
119 {
120 font-weight : bold;
121 }
122
fbbedfbc 123text.headerdisplayname
124 {
125 font-weight : bold;
126 margin-right : 0.5em;
127 margin-left : 0.5em;
6ef734b2 128 min-height : 16px
fbbedfbc 129 }
130
131text.headerValue
132 {
133 white-space : normal;
134 min-width : 50px;
135 }
136
137#msgHeaderView
138 {
139 border-left : none;
140 border-right : none;
6ef734b2 141 border-bottom : 1px solid #9999CC;
fbbedfbc 142 }
29c4873a 143
6ef734b2 144.expandHeaderViewButton {
145 list-style-image: url("chrome://global/skin/twisty-open.gif");
146 margin-left: .5em;
147 margin-right: .5em;
148}
149
150.collapsedHeaderViewButton
151{
152 list-style-image: url("chrome://global/skin/twisty-closed.gif");
153 margin-left: .5em;
154}
155
156
157/* ::::: collapsed view styles ::::: */
158.collapsedToggleHdrBox
159{
160 vertical-align: middle;
161}
162
163#collapsedAttachmentBox {
164 text-align: center;
165}
166
167#collapseddateValue
168{
169 margin-left: .7em;
170}
171
172#collapsedfromBox
173{
174 width: 18em;
175}
176
177#collapseddateBox
178 {
179 width: 12em;
180}
181
182text.collapsedHeaderDisplayName
183{
184 font-weight: bold;
185 margin-left: .7em;
186 min-height: 16px;
187}
188
189.collapsedAttachmentButton
190{
191 list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
192 margin-right: .5em;
193 margin-left: 1em;
194}
195
196[hide] {
197 visibility: hidden;
198}
199
200
201