updating EarlyBlue for recent XUL changes
[themes.git] / EarlyBlue / skin / EarlyBlue / messenger / messageHeader.css
index 18d7e394524e4f4c3c2477cf317336913db6f3d6..04ad63195036854bdabf6faf5107a9242e23e1cf 100644 (file)
@@ -41,6 +41,14 @@ mail-emailaddress
     display               : -moz-inline-box;
   }
 
+mail-headerfield,
+mail-toggle-headerfield
+  { 
+    padding               : 0px; 
+    padding-left          : 1px; 
+    padding-right         : 1px; 
+  }
+
 .buttonTopSpacer     
   { 
     height                : 0.3em; 
@@ -93,12 +101,20 @@ mail-emailaddress
     -moz-box-pack: end;
   }
 
-.emailDisplayButton 
+label.emailDisplayButton 
   {
     color                 : #336699;
-/*    text-decoration       : underline; */
     cursor                : pointer;
-    min-height: 16px;
+    margin                : 0px;
+    padding               : 0px; 
+    padding-left          : 1px; 
+    padding-right         : 1px; 
+  }
+
+label.emailDisplayButton:hover
+  {
+    color                 : black;
+    background-color      : #336699;
   }
 
 .showMoreAddressesButton 
@@ -111,24 +127,12 @@ mail-emailaddress
   list-style-image      : url("chrome://global/skin/twisty-open.gif");
 }
 
-html.headerValue   
-  { 
-    white-space           : normal;
-    min-width             : 50px; 
-    margin                : 0px;
-  }
-
-html.subjectvalue  
-  { 
-    font-weight           : bold; 
-  }
-
-text.subjectvalue
+label.subjectvalue
  {
   font-weight             : bold;
  }
 
-text.headerdisplayname 
+label.headerdisplayname 
   { 
     font-weight           : bold; 
     margin-right          : 0.5em; 
@@ -136,7 +140,7 @@ text.headerdisplayname
     min-height: 16px;
   }
 
-text.headerValue 
+label.headerValue 
   { 
     white-space           : normal; 
     min-width             : 50px; 
@@ -183,7 +187,7 @@ text.headerValue
   width: 12em;
 }
 
-text.collapsedHeaderDisplayName 
+label.collapsedHeaderDisplayName 
 { 
   font-weight: bold; 
   margin-left: .7em;
@@ -201,4 +205,3 @@ text.collapsedHeaderDisplayName
   visibility: hidden;
 }
 
-