css scoping, false dimensions of <tree>s and urlbar space
[themes.git] / LCARStrek / messenger / skin / msgHdrViewOverlay.css
index 1b61770aaba99d0767a49b129a6314ff7cf2402d..6c20552b8b2ec93bf5b4e177fd6bd341b4732c5d 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 */
 
-#msgHeaderView
+#collapsedHeaderView,
+#expandedHeaderView
   {
-  background-color: #E7ADE7;
-  background-image: none;
-  -moz-border-radius: 8px 8px 8px 8px;
-  padding-right: 12px;
-  margin-bottom: 3px;
+    min-width             : 1px;
+    background-color      : #E7ADE7;
+    color                 : black;
+    background-image      : none;
+    -moz-border-radius    : 8px;
+    margin-bottom         : 3px;
   }
 
 mail-emailaddress 
@@ -71,12 +73,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
   {
@@ -202,5 +214,3 @@ text.collapsedHeaderValue
   visibility: hidden;
 }
 
-
-