make textbox highlight work without the regiurement of transparent border colors...
[themes.git] / LCARStrek / messenger / messageHeader.css
index 24f2990382326848188c1d9cd81152a5e5741554..0fbf30aa4f6640f3945db3d6013bce2b3169d31c 100644 (file)
   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 {