fixing skin bustage because of scrollbar changes
[themes.git] / EarlyBlue / messenger / skin / msgHdrViewOverlay.css
CommitLineData
fbbedfbc 1/*
2The contents of this file are subject to the Netscape Public
3License Version 1.1 (the "License"); you may not use this file
4except in compliance with the License. You may obtain a copy of
5the License at http://www.mozilla.org/NPL/
6
7Software distributed under the License is distributed on an "AS
8IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9implied. See the License for the specific language governing
10rights and limitations under the License.
11
12The Original Code is Mozilla Communicator client code, released
13March 31, 1998.
14
15The Initial Developer of the Original Code is Netscape
16Communications Corporation. Portions created by Netscape are
17 Copyright (C) 1998-1999 Netscape Communications Corporation. All
18Rights Reserved.
19*/
20
21
22/* These are the style attributes we are applying to the message header
23 * view overlay which shows the message headers for a selected message.
24 * some of this stuff originated from mailheaders.css
25 */
26
27@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
28@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
29
30mail-emailaddress
31 {
32 -moz-binding : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
33 display : inline;
34 }
35
36
37[hide] {
38 visibility: collapse;
39}
40
41spring.buttonTopSpacer { height: .3em; }
42spring.buttonSpacer { width: .5em; }
43box.headerBox { overflow: hidden; min-width:50px;}
44box.header-part1 { background-color: #EEEEEE; border: none; }
45box.header-part2 { background-color: #CCCCCC; border: none; }
46box.header-part3 { background-color: #CCCCCC; border: none; }
47
48#addToAddressBookButton {
49 list-style-image:url("chrome://messenger/skin/addtoab.gif");
50 min-height: 20px;
51 margin: 0px;
52}
53
54#attachmentButton {
55 list-style-image:url("chrome://messenger/skin/attach.gif");
56 min-height: 20px;
57 margin: 0px;
58}
59
60.emailDisplayImage
61 {
62 align : right;
63 }
64
65.emailSeparator
66 {
67 display : inline;
68 }
69
70.emailDisplayButton
71 {
72 color : blue;
73 text-decoration : underline;
74 cursor : pointer;
29c4873a 75/* max-height : 15px; */
fbbedfbc 76 }
77
78.showMoreAddressesButton
79 {
80 list-style-image : url("chrome://messenger/skin/more.gif");
81 display : inline;
82 }
83
84.showFewerAddressesButton
85 {
86 list-style-image : url("chrome://messenger/skin/less.gif");
87 display : inline;
88 }
89
90html.headerValue
91 {
92 white-space : normal;
93 min-width : 50px;
94 margin : 0px;
95 }
96
97html.subjectvalue
98 {
99 font-weight : bold;
100 }
101
102text.headerdisplayname
103 {
104 font-weight : bold;
105 margin-right : 0.5em;
106 margin-left : 0.5em;
107 min-height : 18px
108 }
109
110text.headerValue
111 {
112 white-space : normal;
113 min-width : 50px;
114 }
115
116#msgHeaderView
117 {
118 border-left : none;
119 border-right : none;
120 }
29c4873a 121