SemanticScuttle/includes/js/dijit/themes/soria/Calendar_rtl.css

13 lines
293 B
CSS

.dijitRtl .dijitCalendarDecrease {
background-position: -30px top;
}
.dijitRtl .dijitCalendarIncrease {
background-position: 0px top;
}
.dj_ie6 .dijitRtl .dijitCalendarIncrease {
background-position: 0px top;
}
.dj_ie6 .dijitRtl .dijitCalendarDecrease {
background-position: -30px top;
}