URLbar icons for feed etc. should have a margin at the end
[themes.git] / EarlyBlue / messenger / messageHeader.css
index dfbd26f90f1225ecf92d8772af9432e153da3a9b..855511eb28ec8f2b9296832881f11478796a622e 100644 (file)
@@ -93,7 +93,7 @@
 }
 
 .headerValue {
-  margin: 0em 0em .25em 0em;
+  margin: 0em 0em 3px 0em;
   min-width: 50px;
   white-space: normal;
   color: inherit;
 }
 
 .headerValueBox {
-  margin: 0em 0em .25em 0em;
+  margin: 0em 0em 3px 0em;
 }
 
 .headerValueBox > .headerValue {
   font-weight: bold;
 }
 
+.tagvalue {
+  margin-top: 0;
+  margin-left: 0;
+}
+
+/* ::::: msg header message ids ::::: */
+
+.messageIdDisplayButton {
+  color: #336699;
+  cursor: pointer;
+  margin: 0px;
+  padding: 0px 1px;
+}
+
+.messageIdDisplayButton:hover {
+  color: black;
+  background-color: #336699;
+}
+
+.messageIdDisplayImage {
+  padding-left: 2px;
+  -moz-box-pack: end;
+}
+
 /* ::::: msg header email addresses ::::: */
 
 .emailDisplayButton {