making attachment pane size correctly
authorrobert <robert>
Mon, 21 May 2001 15:55:22 +0000 (15:55 +0000)
committerrobert <robert>
Mon, 21 May 2001 15:55:22 +0000 (15:55 +0000)
EarlyBlue/global/skin/autocomplete.css
EarlyBlue/messenger/skin/msgHdrViewOverlay.css
EarlyBlue/navigator/skin/navigator.css

index 9cdebbecbd7da159ceb6dd0eab1a36ca15594775..be3b1fb9224653e371710b8bfcfc5b5d2593e2ac 100644 (file)
@@ -89,3 +89,4 @@ textbox[type="autocomplete"]
 
 
 
+
index 54b32d07f567d7b499265ec3f12acac090683a5c..d61df3d5d3d0b72986679b95c16bd3107dae3905 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
   {
@@ -199,3 +215,5 @@ text.collapsedHeaderDisplayName
 
 
 
+
+
index 42604330103ad26dc266a2df9b6183578977113c..7b47b799f2bf172f520bd1f4879dc774bc758ab0 100755 (executable)
@@ -117,6 +117,8 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
 #nav-bar-inner
   {
     padding-left          : 0px;
+    padding-top           : 11px;
+    padding-bottom        : 11px;
     vertical-align        : middle;
   }
 
@@ -189,3 +191,4 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
     margin-right          : 5px;
   }
 
+