From 2f01fe57a8d37767827d6db42850aef86a767c53 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 15 Nov 2010 10:39:52 +0300 Subject: add dijit/dojo stuff; initial ui mockup --- lib/dijit/themes/soria/Calendar_rtl.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/dijit/themes/soria/Calendar_rtl.css (limited to 'lib/dijit/themes/soria/Calendar_rtl.css') diff --git a/lib/dijit/themes/soria/Calendar_rtl.css b/lib/dijit/themes/soria/Calendar_rtl.css new file mode 100644 index 000000000..bcfa495d8 --- /dev/null +++ b/lib/dijit/themes/soria/Calendar_rtl.css @@ -0,0 +1,7 @@ + +.dijitRtl .soria .dijitCalendarDecrease { + background-position: -30px top; +} +.dijitRtl .soria .dijitCalendarIncrease { + background-position: 0px top; +} -- cgit v1.2.3