keeping up with Classic and EarlyBlue development, add some LCARStrek-specific tweaks...
[themes.git] / LCARStrek / messenger / messageHeader.css
index bd441a8a6492233f457ccfa27e55ed1e3eaf91fd..3c2d4877e8a652baa427f5f57da5b6a5130b9242 100644 (file)
   -moz-box-pack: center;
 }
 
+#collapsedsubjectValue {
+  background-color: transparent;
+}
+
 #collapseddateValue {
-  margin-left: .5em;
+  margin-left: .5em;
   text-align: right;
+  background-color: transparent;
 }
 
 #collapsedfromBox {
 }
 
 .collapsedHeaderDisplayName { 
-  margin: 0 .5em 0 .7em;
-  min-height: 16px;
+  margin: 2px .5em 2px .7em;
+  min-height: 12px;
   font-weight: bold; 
 }
 
-.collapsedHeaderValue {
-  margin: 0;
+.collapsedHeaderValue,
+#collapsedfromValue {
+  margin: 2px 0px !important;
 }
 
-.collapsedAttachmentButton
-{
+.collapsedAttachmentButton {
   list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
   margin-right: .5em;
+  margin-top: 1px;
 }