adopting to recent XUL changes
[themes.git] / LCARStrek / skin / LCARStrek / messenger / messageHeader.css
index a3e9858bd457adcb867e64d0fd58a695d9a18993..d8a6a2e41d6afc59a31b9fe69891ca68c4f19abc 100644 (file)
@@ -45,6 +45,14 @@ mail-emailaddress
     display               : -moz-inline-box;
   }
 
+mail-headerfield,
+mail-toggle-headerfield
+  { 
+    padding               : 0px; 
+    padding-left          : 1px; 
+    padding-right         : 1px; 
+  }
+
 .buttonTopSpacer     
   { 
     height                : 0.3em; 
@@ -98,16 +106,18 @@ mail-emailaddress
     -moz-box-pack: end;
   }
 
-.emailDisplayButton 
+label.emailDisplayButton 
   {
     color                 : #008484;
-/*    text-decoration       : underline; */
     cursor                : pointer;
-    min-height: 16px;
     -moz-border-radius:   : 3px;
+    margin                : 0px;
+    padding               : 0px; 
+    padding-left          : 1px; 
+    padding-right         : 1px; 
   }
 
-.emailDisplayButton:hover
+label.emailDisplayButton:hover
   {
     color                 : black;
     background-color      : #FFCF00;
@@ -123,24 +133,12 @@ mail-emailaddress
   list-style-image      : url("chrome://global/skin/twisty-open-selected.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; 
@@ -148,7 +146,7 @@ text.headerdisplayname
     min-height: 16px;
   }
 
-text.headerValue 
+label.headerValue 
   { 
     white-space           : normal; 
     min-width             : 50px; 
@@ -195,7 +193,7 @@ text.headerValue
   width: 12em;
 }
 
-text.collapsedHeaderDisplayName 
+label.collapsedHeaderDisplayName 
 { 
   font-weight: bold; 
   margin-left: .7em;
@@ -212,8 +210,3 @@ text.collapsedHeaderDisplayName
 [hide] {
   visibility: hidden;
 }
-
-
-
-
-