update both themes for winstripe changes up to 2010-07-02
[themes.git] / LCARStrek / global / datetimepicker.css
index 6ad331b8dfb0c568c527c04e0a8857ebf5be1583..53e5430e91435d0c78a50ae93d1185def89e56bd 100644 (file)
@@ -13,7 +13,8 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is the Mozilla Corporation
+ * The Initial Developer of the Original Code is
+ *   the Mozilla Foundation
  * Portions created by the Initial Developer are Copyright (C) 2006
  * the Initial Developer. All Rights Reserved.
  *
@@ -54,7 +55,7 @@ datepicker, timepicker {
   -moz-margin-end: 2px;
   -moz-border-radius: 3px;
   border: 1px solid #9C9CFF;
-  padding: 2px 0 3px 0;
+  padding: 2px 0 3px;
   -moz-padding-start: 4px;
   -moz-padding-end: 2px;
   background-color: #000000;
@@ -138,18 +139,18 @@ timepicker[disabled="true"] {
   list-style-image: url("chrome://global/skin/arrow/arrow-right-disabled.gif");
 }
 
-.datepicker-previous[chromedir="rtl"] {
+.datepicker-previous:-moz-locale-dir(rtl) {
   list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
 }
 
-.datepicker-next[chromedir="rtl"] {
+.datepicker-next:-moz-locale-dir(rtl) {
   list-style-image: url("chrome://global/skin/arrow/arrow-left.gif");
 }
 
-.datepicker-previous[disabled="true"][chromedir="rtl"] {
+.datepicker-previous[disabled="true"]:-moz-locale-dir(rtl) {
   list-style-image: url("chrome://global/skin/arrow/arrow-right-disabled.gif");
 }
 
-.datepicker-next[disabled="true"][chromedir="rtl"] {
+.datepicker-next[disabled="true"]:-moz-locale-dir(rtl) {
   list-style-image: url("chrome://global/skin/arrow/arrow-left-disabled.gif");
 }