X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FmessageHeader.css;h=0fbf30aa4f6640f3945db3d6013bce2b3169d31c;hp=a0815a6a12abca14a0a06f5cb77acc7f970c73d1;hb=8526fc9aa44366491ec45a197aa3bd14e9a50cd3;hpb=edb23828c6aa847f6b4617ef96135d08d5abe22c diff --git a/LCARStrek/messenger/messageHeader.css b/LCARStrek/messenger/messageHeader.css index a0815a6a..0fbf30aa 100644 --- a/LCARStrek/messenger/messageHeader.css +++ b/LCARStrek/messenger/messageHeader.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -24,7 +24,7 @@ * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -103,12 +103,35 @@ margin: 0em 0em .25em 0em; min-width: 50px; white-space: normal; + color: inherit; + background-color: transparent; +} + +.headerValueBox { + margin: 0em 0em .25em 0em; +} + +.headerValueBox > .headerValue { + margin: 0 0 0 0; +} + +.headerValueBox[singleline="true"] { + overflow: hidden; +} + +.headerValueBox[singleline="true"] > .headerValue { + overflow: hidden; } .subjectvalue { font-weight: bold; } +.tagvalue { + margin-top: 0; + margin-left: 0; +} + /* ::::: msg header email addresses ::::: */ .emailDisplayButton { @@ -116,7 +139,7 @@ color: #008484; cursor: pointer; margin: 0px; - padding: 0px 1px; + padding: 0px 1px; } .emailDisplayButton:hover { @@ -162,9 +185,18 @@ -moz-box-pack: center; } +#collapsedsubjectValue { + background-color: transparent; +} + #collapseddateValue { - margin-left: 0 .5em; + margin-left: .5em; text-align: right; + background-color: transparent; +} + +#collapseddateValue > .textbox-input-box menupopup { + text-align: left; } #collapsedfromBox { @@ -175,18 +207,20 @@ width: 12em; } -.collapsedHeaderDisplayName { - margin: 0 .5em 0 .7em; - min-height: 16px; - font-weight: bold; +.collapsedHeaderDisplayName { + margin: 2px .5em 2px .55em; + min-height: 12px; + font-weight: bold; } -.collapsedHeaderValue { - margin: 0; +.collapsedHeaderValue, +#collapsedfromValue { + background: transparent; + margin: 2px 0px !important; } -.collapsedAttachmentButton -{ +.collapsedAttachmentButton { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif"); margin-right: .5em; + margin-top: 1px; }