| 1 | /*\r |
| 2 | The contents of this file are subject to the Netscape Public\r |
| 3 | License Version 1.1 (the "License"); you may not use this file\r |
| 4 | except in compliance with the License. You may obtain a copy of\r |
| 5 | the License at http://www.mozilla.org/NPL/\r |
| 6 | \r |
| 7 | Software distributed under the License is distributed on an "AS\r |
| 8 | IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r |
| 9 | implied. See the License for the specific language governing\r |
| 10 | rights and limitations under the License.\r |
| 11 | \r |
| 12 | The Original Code is Mozilla Communicator client code, released\r |
| 13 | March 31, 1998.\r |
| 14 | \r |
| 15 | The Initial Developer of the Original Code is Netscape\r |
| 16 | Communications Corporation. Portions created by Netscape are\r |
| 17 | Copyright (C) 1998-1999 Netscape Communications Corporation. All\r |
| 18 | Rights 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 |
| 30 | mail-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 |
| 39 | spring.buttonTopSpacer { height: .3em; }\r |
| 40 | spring.buttonSpacer { width: .5em; }\r |
| 41 | box.headerBox { overflow: hidden; min-width:50px;}\r |
| 42 | box.header-part1 { background-color: #EEEEEE; border: none; }\r |
| 43 | box.header-part2 { background-color: #CCCCCC; border: none; }\r |
| 44 | box.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 |
| 58 | image.emailDisplayImage\r |
| 59 | {\r |
| 60 | align: right;\r |
| 61 | display: inline;\r |
| 62 | }\r |
| 63 | \r |
| 64 | text.emailSeparator {\r |
| 65 | display: inline;\r |
| 66 | }\r |
| 67 | \r |
| 68 | text.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 |
| 76 | image.showMoreAddressesButton {\r |
| 77 | list-style-image:url("chrome://messenger/skin/more.gif");\r |
| 78 | display: inline;\r |
| 79 | }\r |
| 80 | \r |
| 81 | image.showFewerAddressesButton {\r |
| 82 | list-style-image:url("chrome://messenger/skin/less.gif");\r |
| 83 | display: inline;\r |
| 84 | }\r |
| 85 | \r |
| 86 | html.headerValue { white-space: normal; min-width: 50px; }\r |
| 87 | html.subjectvalue {font-weight: bold;}\r |
| 88 | \r |
| 89 | text.headerdisplayname { font-weight: bold; margin-right: .5em; margin-left: .5em; min-height: 18px }\r |
| 90 | text.headerValue { white-space: normal; min-width: 50px; }\r |