summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dijit/themes/tundra/Calendar_rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.6/dijit/themes/tundra/Calendar_rtl.css')
-rw-r--r--js/dojo-1.6/dijit/themes/tundra/Calendar_rtl.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/js/dojo-1.6/dijit/themes/tundra/Calendar_rtl.css b/js/dojo-1.6/dijit/themes/tundra/Calendar_rtl.css
new file mode 100644
index 0000000..fbfe27b
--- /dev/null
+++ b/js/dojo-1.6/dijit/themes/tundra/Calendar_rtl.css
@@ -0,0 +1,9 @@
+/* Calendar */
+
+.tundra .dijitCalendarRtl .dijitCalendarDecrease {
+ background-position: -30px top;
+}
+
+.tundra .dijitCalendarRtl .dijitCalendarIncrease {
+ background-position: 0 top;
+}