allow SM 2.0a3pre
[themes.git] / LCARStrek / messenger / messengercompose / messengercompose.css
index 05da00cfd0f0197391953822fa0eaedd99c15325..5ac6730f1721bf67860ccabfee248e9525e0d4b1 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
@@ -45,7 +45,7 @@
 @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");
 }
 #button-send:hover,
 #button-send:hover:active {
   list-style-image: url("chrome://messenger/skin/messengercompose/send-hover.gif");
-} 
+}
 
 #button-send[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/messengercompose/send-disabled.gif") !important;
-} 
+}
 
 #button-send[offline="true"] {
   list-style-image: url("chrome://messenger/skin/messengercompose/sendlater.gif");
 #button-address:hover,
 #button-address:hover:active {
   list-style-image: url("chrome://messenger/skin/messengercompose/address-hover.gif");
-} 
+}
 
 #button-address[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/messengercompose/address-disabled.gif") !important;
-} 
+}
 
 #button-attach {
   list-style-image: url("chrome://messenger/skin/messengercompose/attach.gif");
 }
 
-#button-attach[buttonover="true"],
-#button-attach[buttondown="true"] {
+#button-attach:hover,
+#button-attach:hover:active {
   list-style-image: url("chrome://messenger/skin/messengercompose/attach-hover.gif");
-} 
+}
 
 #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");
 #button-quote:hover,
 #button-quote:hover:active {
   list-style-image: url("chrome://messenger/skin/messengercompose/quote-hover.gif");
-} 
+}
 
 #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");
   list-style-image: url("chrome://messenger/skin/messengercompose/savemsg.gif");
 }
 
-#button-save[buttonover="true"],
-#button-save[buttondown="true"] {
+#button-save:hover,
+#button-save:hover:active {
   list-style-image: url("chrome://messenger/skin/messengercompose/savemsg-hover.gif");
-} 
+}
 
 #button-save[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/messengercompose/savemsg-disabled.gif") !important;
-} 
+}
 
 #button-stop {
   list-style-image: url("chrome://global/skin/icons/stop.gif");
 #button-stop:hover,
 #button-stop:hover:active {
   list-style-image: url("chrome://global/skin/icons/stop-hover.gif");
-} 
+}
 
 #button-stop[disabled="true"] {
   list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
-} 
+}
+
+#MsgHeadersToolbar {
+  min-height: 0px; /* this undoes the min-height in toolbar.css */
+}
 
 /* ::::: autocomplete icons ::::: */
 
-treechildren:-moz-tree-cell-text(default-match) {
+treechildren::-moz-tree-cell-text(default-match) {
   margin: 2px -3px 2px 15px;
   border: none;
 }
 
-treechildren:-moz-tree-image(local-abook) {
+treechildren::-moz-tree-image(local-abook) {
   margin: 2px -1px 2px 4px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
 }
 
-treechildren:-moz-tree-image(remote-abook) {
+treechildren::-moz-tree-image(remote-abook) {
   margin: 2px -3px 2px 2px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
 }
 
-treechildren:-moz-tree-image(remote-err) {
+treechildren::-moz-tree-image(remote-err) {
   margin: 2px -3px 2px 2px;
   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: #8050B0;
-}
-
 /* ::::: LCARStrek layout corrections ::::: */
 
 #msgheaderstoolbar-box {
   background-color: #E7ADE7;
   color: #000000;
-}  
+}
 
 #addresses-box,
 #attachments-box {
@@ -203,7 +198,7 @@ treechildren:-moz-tree-image(remote-err) {
 }
 
 #msgSubject {
-  margin-right: -1px;
+  margin-right: 0px;
 }
 
 #attachmentBucket {