update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / EarlyBlue / messenger / messengercompose / messengercompose.css
index 12851ba53494730603b00c539c544d34cb4691fa..38062da18021cb9f858fcf093c762e9a5cfa377a 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * The Initial Developer of the Original Code is
  * Netscape Communications Corporation.
  * Portions created by the Initial Developer are Copyright (C) 1998
  * the Initial Developer. All Rights Reserved.
@@ -23,7 +23,7 @@
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or 
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  * in which case the provisions of the GPL or the LGPL are applicable instead
  * of those above. If you wish to allow use of your version of this file only
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ::::: primary toolbar buttons ::::: */
+
 #button-send {
-  list-style-image: url("chrome://messenger/skin/messengercompose/send.gif");
+  list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
+  -moz-image-region: rect(231px 25px 252px 0px);
 }
 
 #button-send[disabled="true"] {
-  list-style-image: url("chrome://messenger/skin/messengercompose/send-disabled.gif") !important;
-} 
+  -moz-image-region: rect(231px 50px 252px 25px);
+}
 
 #button-send[offline="true"] {
-  list-style-image: url("chrome://messenger/skin/messengercompose/sendlater.gif");
+  -moz-image-region: rect(273px 25px 294px 0px);
 }
 
 #button-send[offline="true"][disabled="true"] {
-  list-style-image: url("chrome://messenger/skin/messengercompose/sendlater-disabled.gif") !important;
+  -moz-image-region: rect(273px 50px 294px 25px);
 }
 
 #button-address {
-  list-style-image: url("chrome://messenger/skin/messengercompose/address.gif");
+  list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
+  -moz-image-region: rect(189px 25px 210px 0px);
 }
 
 #button-address[disabled="true"] {
-  list-style-image: url("chrome://messenger/skin/messengercompose/address-disabled.gif") !important;
-} 
+  -moz-image-region: rect(189px 50px 210px 25px);
+}
 
 #button-attach {
-  list-style-image: url("chrome://messenger/skin/messengercompose/attach.gif");
+  list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
+  -moz-image-region: rect(210px 25px 231px 0px);
 }
 
 #button-attach[disabled="true"] {
-  list-style-image: url("chrome://messenger/skin/messengercompose/attach-disabled.gif") !important;
-} 
-
-#button-quote {
-  list-style-image: url("chrome://messenger/skin/messengercompose/quote.gif");
+  -moz-image-region: rect(210px 50px 231px 25px);
 }
 
-#button-quote[disabled="true"] {
-  list-style-image: url("chrome://messenger/skin/messengercompose/quote-disabled.gif") !important;
-} 
-
 #spellingButton {
   list-style-image: url("chrome://editor/skin/icons/spell.gif");
 }
 
 #spellingButton[disabled="true"] {
-  list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important;
+  list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif");
 }
 
 #button-save {
-  list-style-image: url("chrome://messenger/skin/messengercompose/savemsg.gif");
+  list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
+  -moz-image-region: rect(294px 25px 315px 0px);
 }
 
 #button-save[disabled="true"] {
-  list-style-image: url("chrome://messenger/skin/messengercompose/savemsg-disabled.gif") !important;
-} 
+  -moz-image-region: rect(294px 50px 315px 25px);
+}
 
 #button-stop {
-  list-style-image: url("chrome://global/skin/icons/stop.gif");
+  list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
+  -moz-image-region: rect(21px 25px 42px 0px);
 }
 
 #button-stop[disabled="true"] {
-  list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
-} 
+  -moz-image-region: rect(21px 50px 42px 25px);
+}
+
+#MsgHeadersToolbar {
+  min-height: 0px; /* this undoes the min-height in toolbar.css */
+}
 
 /* ::::: autocomplete icons ::::: */
 
@@ -132,15 +133,6 @@ treechildren::-moz-tree-image(remote-err) {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
 }
 
-.identity-popup-item {
-  -moz-binding: url("chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem");
-}
-
-.composemenu-text-2 {
-  font-style: italic;
-  color: #C0C0C0;
-}
-
 /* ::::: EarlyBlue layout corrections ::::: */
 
 #addresses-box,
@@ -150,15 +142,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: -1px;
+  -moz-margin-end: 0px;
 }
 
 #attachmentBucket {