fixing skin bustage because of scrollbar changes
[themes.git] / EarlyBlue / messenger / skin / msgHdrViewOverlay.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-1999 Netscape Communications Corporation. All
18 Rights 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
30 mail-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
41 spring.buttonTopSpacer     { height: .3em; }
42 spring.buttonSpacer        { width: .5em; }
43 box.headerBox              { overflow: hidden; min-width:50px;}
44 box.header-part1           { background-color: #EEEEEE; border: none; }
45 box.header-part2           { background-color: #CCCCCC; border: none; }
46 box.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;
75 /*    max-height            : 15px; */
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
90 html.headerValue   
91   { 
92     white-space           : normal;
93     min-width             : 50px; 
94     margin                : 0px;
95   }
96
97 html.subjectvalue  
98   { 
99     font-weight           : bold; 
100   }
101
102 text.headerdisplayname 
103   { 
104     font-weight           : bold; 
105     margin-right          : 0.5em; 
106     margin-left           : 0.5em; 
107     min-height            : 18px 
108   }
109
110 text.headerValue 
111   { 
112     white-space           : normal; 
113     min-width             : 50px; 
114   }
115   
116 #msgHeaderView
117   {
118     border-left           : none;
119     border-right          : none;
120   }
121