cleaning up compose window a bit
authorrobert <robert>
Tue, 13 Nov 2001 20:53:48 +0000 (20:53 +0000)
committerrobert <robert>
Tue, 13 Nov 2001 20:53:48 +0000 (20:53 +0000)
EarlyBlue/skin/EarlyBlue/messenger/messengercompose/messengercompose.css
LCARStrek/skin/LCARStrek/messenger/messengercompose/messengercompose.css

index 4389bb8b25c3ff1bf349a07162226685cb56a11e..168141cd9798be88644f6cf9ba67d3bec9a1e6ec 100644 (file)
   {
     height                : 80px;
     width                 : 0px;
+    margin                : 0px;
     -moz-user-focus       : none;
     background-color      : #FFFFFF;
   }  
@@ -223,8 +224,14 @@ outlinerbody:-moz-outliner-image(remote-err)
 #msgheaderstoolbar-box
   {
 /*    padding-top           : 2px; */
-  }  
+  }
   
+/* this applies to two boxes to left and right of attachmentbucket-sizer */
+#msgheaderstoolbar-box > vbox
+  {
+    padding               : 3px;
+  }
+
 #compose-toolbar-sizer
   {
     height                : 5px;
@@ -239,9 +246,9 @@ outlinerbody:-moz-outliner-image(remote-err)
 
 #appcontent
   {
-    border-left           : 1px solid ThreeDShadow;
+/*    border-left           : 1px solid ThreeDShadow;
     border-right          : 1px solid ThreeDHighlight;
-    border-top            : 1px solid ThreeDShadow;
+    border-top            : 1px solid ThreeDShadow; */
   }  
 
 #attachmentbucket-sizer
@@ -249,20 +256,25 @@ outlinerbody:-moz-outliner-image(remote-err)
     width                 : 5px;
   }
   
-#msgIdentity, #addressingWidgetTree, #msgSubject
+#msgIdentity, #msgSubject
   {
-    margin-right          : 3px;
+    margin-right          : 0px;
   }  
 
+#msgSubject
+  {
+    margin-top            : 2px;
+  }
+
 #attachmentBucket
   {
-    margin-left           : 3px;
+    margin                : 0px;
     -moz-user-focus       : normal !important;
   }
 
 #attachmentBucketText
   {
-    margin-left           : 3px;
+    margin-bottom         : 2px;
     -moz-user-focus       : none;
   }
 
@@ -292,4 +304,3 @@ outlinerbody:-moz-outliner-image(remote-err)
 #convertDefault {
        list-style-image:url("chrome://global/skin/question-icon.gif");
 } /* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */
-
index ab568055ccbc5296055e6d64c7f316b066d6a90f..aa16cab62683690e9fa7bbbc4a2d7ffc1b648481 100644 (file)
@@ -270,11 +270,16 @@ outlinerbody:-moz-outliner-image(remote-err)
 
 #msgheaderstoolbar-box
   {
-/*    padding-top           : 2px; */
     background-color      : #E7ADE7;
     color                 : #000000;
   }  
-  
+
+/* this applies to two boxes to left and right of attachmentbucket-sizer */
+#msgheaderstoolbar-box > vbox
+  {
+    padding               : 3px;
+  }
+
 #compose-toolbar-sizer
   {
     height                : 3px;
@@ -297,24 +302,29 @@ outlinerbody:-moz-outliner-image(remote-err)
 #attachmentbucket-sizer
   {
     width                 : 5px;
+    margin                : 0px;
     background-color      : #000000;
   }
   
-#msgIdentity, #addressingWidgetTree, #msgSubject
+#msgIdentity, #msgSubject
   {
-    margin-right          : 3px;
-  }  
+    margin-right          : 0px;
+  }
+
+#msgSubject
+  {
+    margin-top            : 2px;
+  }
 
 #attachmentBucket
   {
-    margin-left           : 3px;
     -moz-user-focus       : normal !important;
     color                 : #FF9F00;
   }
 
 #attachmentBucketText
   {
-    margin-left           : 3px;
+    margin-bottom         : 2px;
     -moz-user-focus       : none;
   }