update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / EarlyBlue / messenger / messengercompose / messengercompose.css
index fcdec26e320758446a764cf09286a1e6c1a967b9..016a85247390c59242ec71a19a16720982f6f7da 100644 (file)
 /* ::::: 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");
 }
 
@@ -142,19 +150,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;
 }
 
 #compose-toolbar-sizer {