keep up with trunk development of Classic
[themes.git] / EarlyBlue / messenger / messageHeader.css
index 10d901f749ff2f04b8ae81c10c70811eeeaaf42c..eac9553aad883870cca7ba92d137f50159049db0 100644 (file)
 }
 
 .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 email addresses ::::: */
 
 .emailDisplayButton {
   text-align: right;
 }
 
+#collapseddateValue > .textbox-input-box menupopup {
+  text-align: left;
+}
+
 #collapsedfromBox {
   width: 18em;
 }
 }
 
 .collapsedHeaderValue {
+  background: transparent;
   margin: 0;
 }