e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
13 lines
293 B
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;
|
|
}
|