another round of slight improvements for LCARStrek 2.0a1
[themes.git] / LCARStrek / messenger / messageHeader.css
index bd441a8a6492233f457ccfa27e55ed1e3eaf91fd..1da5910268ebdba952437f15819317bf70c6b90e 100644 (file)
@@ -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 <KaiRo@KaiRo.at>
  *
  * 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
 }
 
 .headerValue {
-  margin: 0em 0em .25em 0em;
+  margin: 0em 0em 3px 0em;
   min-width: 50px;
   white-space: normal;
   color: inherit;
   background-color: transparent;
 }
 
+.headerValueBox {
+  margin: 0em 0em 3px 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 message ids ::::: */
+
+.messageIdDisplayButton {
+  -moz-border-radius: 3px;
+  color: #008484;
+  cursor: pointer;
+  margin: 0px;
+  padding: 0px 1px;
+}
+
+.messageIdDisplayButton:hover {
+  color: #000000;
+  background-color: #FFCF00;
+}
+
+.messageIdDisplayImage {
+  padding-left: 2px;
+  -moz-box-pack: end;
+}
+
 /* ::::: msg header email addresses ::::: */
 
 .emailDisplayButton {
   color: #008484;
   cursor: pointer;
   margin: 0px;
-  padding: 0px 1px; 
+  padding: 0px 1px;
 }
 
 .emailDisplayButton:hover {
   -moz-box-pack: center;
 }
 
+#collapsedsubjectValue {
+  background-color: transparent;
+}
+
 #collapseddateValue {
-  margin-left: .5em;
+  margin-left: .5em;
   text-align: right;
+  background-color: transparent;
+}
+
+#collapseddateValue > .textbox-input-box menupopup {
+  text-align: left;
 }
 
 #collapsedfromBox {
   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;
 }