blob: 84146f835685a2bf28fd97df9c6e16e32da14a55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* Calendar */
.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;
}
|