update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / LCARStrek / messenger / messengercompose / messengercompose.css
index fa934e65eb51c00fff08812b3f7757966c5bb332..e24c7e342649805fe03c4be33cc7a9763c344f8b 100644 (file)
   -moz-image-region: rect(21px 25px 42px 0px);
 }
 
-#button-stop:hover,
-#button-stop:hover:active {
+#button-stop:not([disabled="true"]):hover,
+#button-stop:not([disabled="true"]):hover:active {
   -moz-image-region: rect(21px 75px 42px 50px);
 }
 
 #button-stop[disabled="true"] {
-  -moz-image-region: rect(21px 50px 42px 25px) !important;
+  -moz-image-region: rect(21px 50px 42px 25px);
 }
 
 #MsgHeadersToolbar {
   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) {
@@ -184,15 +188,15 @@ 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 {