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