home *** CD-ROM | disk | FTP | other *** search
- /*
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is Mozilla Communicator client code, released
- * March 31, 1998.
- *
- * The Initial Developer of the Original Code is Netscape
- * Communications Corporation. Portions created by Netscape are
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All
- * Rights Reserved.
- *
- * Contributor(s):
- *
- */
-
- /* ===== messageHeader.css ==============================================
- == Styles for the header toolbars of a mail message.
- ======================================================================= */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: msg header toolbars ::::: */
-
- #collapsedHeaderView,
- #expandedHeaderView {
- min-width: 1px;
- }
-
- /* ::::: msg header buttons ::::: */
-
- #expandedAttachmentBox {
- width: 20em;
- height: 0;
- list-style-image: url("chrome://messenger/skin/icons/attach.png");
- }
-
- #attachmentTree {
- margin: 3px 0;
- border: none;
- height: 0;
- width: 20em;
- }
-
- #attachmentText {
- font-weight: bold;
- }
-
- /* ::::: msg header captions ::::: */
-
- #msgHeaderView {
- border-right: 1px solid ThreeDShadow;
- border-left: 1px solid ThreeDShadow;
- }
-
- #collapsedHeaderView,
- #expandedHeaderView {
- border-bottom: 1px solid ThreeDDarkShadow;
- min-width: 1px;
- }
-
- .headerNameBox {
- width: 7.7em;
- }
-
- .headerName {
- margin: 0 .5em 0 0;
- min-height: 18px;
- font-weight: bold;
- text-align: right;
- }
-
- .headerValue {
- margin: 0 0 .25em 0;
- min-width: 50px;
- white-space: normal;
- }
-
- .subjectvalue {
- font-weight: bold;
- }
-
- /* ::::: msg header email addresses ::::: */
-
- .emailDisplayButton {
- cursor: pointer;
- color: #0000FF;
- text-decoration: underline;
- margin: 0;
- }
-
- .emailDisplayButton:hover {
- color: #FF0000;
- }
-
- .emailDisplayImage {
- padding-left: 2px;
- -moz-box-pack: end;
- }
-
- /* ::::: email address twisty ::::: */
-
- .addresstwisty {
- margin: 2px;
- list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
- }
-
- .addresstwisty[open] {
- list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
- }
-
- /* ::::: view expand and collapse twisties ::::: */
-
- .expandHeaderViewButton,
- .collapsedHeaderViewButton {
- margin: 2px .5em 0 .5em;
- }
-
- .expandHeaderViewButton {
- list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
- }
-
- .collapsedHeaderViewButton {
- list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
- }
-
- /* ::::: collapsed view styles ::::: */
-
- #collapsedAttachmentBox {
- -moz-box-pack: center;
- }
-
- #collapseddateValue {
- margin: 0 .5em;
- text-align: right;
- }
-
- #collapsedfromBox {
- width: 18em;
- }
-
- #collapseddateBox {
- width: 12em;
- }
-
- .collapsedHeaderDisplayName {
- margin: 0 .5em 0 .7em;
- min-height: 16px;
- font-weight: bold;
- }
-
- .collapsedHeaderValue {
- margin: 0;
- }
-
- .collapsedAttachmentButton {
- list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.png");
- margin-right: .5em;
- }
-