updating for kairo.at bug 50 workaround and small other thingys
[themes.git] / LCARStrek / 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
30toolbar > .toolbar-holder {
31 background-color: #FF9F00;
32 background-image: none;
33 -moz-border-radius: 0px 8px 8px 0px;
34 padding-right: 12px;
35}
36
37mail-emailaddress
38 {
39 -moz-binding : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
40 display : inline;
41 }
42
43[hide] {
44 visibility: collapse;
45}
46
47spring.buttonTopSpacer { height: .3em; }
48spring.buttonSpacer { width: .5em; }
49box.headerBox { overflow: hidden; min-width: 50px; padding: 1px; }
50box.header-part1 { background-color: #9C9CFF; color: #000000; border: none; min-height: 16px; border-right: 3px solid black; }
51box.header-part2 { background-color: #E7ADE7; color: #000000; border: none; min-height: 16px; border-right: 3px solid black; }
52box.header-part3 { background-color: #E7ADE7; color: #000000; border: none; min-height: 16px; border-right: 3px solid black; }
53
54#addToAddressBookButton {
55 list-style-image:url("chrome://messenger/skin/addtoab.gif");
56 min-height: 20px;
57 margin: 0px;
58}
59
60#attachmentButton {
61 list-style-image:url("chrome://messenger/skin/attach.gif");
62 min-height: 20px;
63 margin: 0px;
64}
65
66.emailDisplayImage
67 {
68 align : right;
69 }
70
71.emailSeparator
72 {
73 display : inline;
74 }
75
76.emailDisplayButton
77 {
78 color : #FFCF00;
79 text-decoration : underline;
80 cursor : pointer;
81 max-height : 15px;
82 /* This is a hack because I can't find out where that strange bug is hitting me */
83 /* see http://www.hirsch.sth.ac.at/bugzilla/show_bug.cgi?id=50 */
84 -moz-border-radius: : 3px;
85 background-color : black;
86 }
87
88.emailDisplayButton:hover
89 {
90 /* This is a hack because I can't find out where that strange bug is hitting me */
91 color : black;
92 background-color : #FFCF00;
93 }
94
95.showMoreAddressesButton
96 {
97 list-style-image : url("chrome://messenger/skin/more.gif");
98 display : inline;
99 }
100
101.showFewerAddressesButton
102 {
103 list-style-image : url("chrome://messenger/skin/less.gif");
104 display : inline;
105 }
106
107html.headerValue
108 {
109 white-space : normal;
110 min-width : 50px;
111 margin : 0px;
112 }
113
114html.subjectvalue
115 {
116 font-weight : bold;
117 }
118
119text.headerdisplayname
120 {
121 font-weight : bold;
122 margin-right : 0.5em;
123 margin-left : 0.5em;
124 min-height : 18px
125 }
126
127text.headerValue
128 {
129 white-space : normal;
130 min-width : 50px;
131 }
132
133#msgHeaderView
134 {
135 border-left : none;
136 border-right : none;
137 }
138