accomodate recent XUL 1.0 changes
[themes.git] / EarlyBlue / messenger / skin / msgHdrViewOverlay.css
index 54b32d07f567d7b499265ec3f12acac090683a5c..c95320291572b6923954766fdcde49991a860b6a 100755 (executable)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
 @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
 
+#collapsedHeaderView,
+#expandedHeaderView
+  {
+    min-width             : 1px;
+  }
+
 mail-emailaddress 
   {
     -moz-binding          : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
@@ -66,12 +72,22 @@ mail-emailaddress
     margin                : 0px;
   }
 
-#attachmentButton 
-  {
-    list-style-image      : url("chrome://messenger/skin/attach.gif");
-    min-height            : 20px;
-    margin                : 0px;
-  }
+#expandedAttachmentBox {
+  width: 20em;
+  height: 0px;
+  list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
+}
+
+#attachmentText
+{
+  font-weight: bold;
+}
+
+#attachmentTree {
+  margin: 3px;
+  height: 0px;
+  width: 20em;
+}
 
 .emailDisplayImage
   {
@@ -157,11 +173,11 @@ text.headerValue
 /* ::::: collapsed view styles ::::: */
 .collapsedToggleHdrBox
 {
-  vertical-align: middle;
+  -moz-box-align: center;
 }
 
 #collapsedAttachmentBox {
-  text-align: center;
+  -moz-box-pack: center;
 }
 
 #collapseddateValue
@@ -196,6 +212,3 @@ text.collapsedHeaderDisplayName
 [hide] {
   visibility: hidden;
 }
-
-
-