update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / LCARStrek / messenger / messengercompose / messengercompose.css
index cfa54cbd004113c5c28ef30f9082058f582146cc..b99cb5d995ac0048d7005f0257a7ea9f603a6654 100644 (file)
   min-height: 0px; /* this undoes the min-height in toolbar.css */
 }
 
+#MsgHeadersToolbar > .toolbar-box > .toolbar-holder {
+  -moz-padding-end: 0; /* this undoes the padding in toolbar.css */
+}
+
 /* ::::: autocomplete icons ::::: */
 
 treechildren::-moz-tree-cell-text(default-match) {
-  margin: 2px -3px 2px 15px;
+  margin-top: 2px;
+  margin-bottom: 2px;
+  -moz-margin-start: 15px;
+  -moz-margin-end: -3px;
   border: none;
 }
 
 treechildren::-moz-tree-image(local-abook) {
-  margin: 2px -1px 2px 4px;
+  margin-top: 2px;
+  margin-bottom: 2px;
+  -moz-margin-start: 4px;
+  -moz-margin-end: -1px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
 }
 
 treechildren::-moz-tree-image(remote-abook) {
-  margin: 2px -3px 2px 2px;
+  margin: 2px;
+  -moz-margin-end: -3px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
 }
 
 treechildren::-moz-tree-image(remote-err) {
-  margin: 2px -3px 2px 2px;
+  margin: 2px;
+  -moz-margin-end: -3px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
 }
 
@@ -184,19 +196,19 @@ treechildren::-moz-tree-image(remote-err) {
 
 #addresses-box > hbox > label,
 #attachments-box > label {
-  margin-left: 0px;
+  -moz-margin-start: 0px;
 }
 
 #msgIdentity {
-  margin-right: 0px;
+  -moz-margin-end: 0px;
 }
 
 #msgSubject {
-  margin-right: 0px;
+  -moz-margin-end: 0px;
 }
 
 #attachmentBucket {
-  margin: 3px 0px 2px 0px;
+  margin: 3px 0px 2px;
   color: #FF9F00;
 }