Changeset 13881
- Timestamp:
- 06/03/08 15:43:32 (6 months ago)
- Location:
- dijit/trunk/themes
- Files:
-
- 6 modified
-
nihilo/Calendar.css (modified) (2 diffs)
-
nihilo/Calendar_rtl.css (modified) (2 diffs)
-
soria/Calendar.css (modified) (2 diffs)
-
soria/Calendar_rtl.css (modified) (2 diffs)
-
tundra/Calendar.css (modified) (2 diffs)
-
tundra/Calendar_rtl.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/themes/nihilo/Calendar.css
r13352 r13881 5 5 width:15px; 6 6 height:15px; 7 background-image: url("images/spriteRoundedIconsSmall.png"); 8 background-repeat: no-repeat 7 9 } 8 10 .dj_ie6 .nihilo .dijitCalendarIncrementControl { 9 11 padding:.1em; 10 12 font-size:.1em; 13 background-image: url("images/spriteRoundedIconsSmall.gif"); 11 14 } 12 15 … … 17 20 18 21 .nihilo .dijitCalendarDecrease { 19 background :url("images/spriteRoundedIconsSmall.png") no-repeattop left;22 background-position: top left; 20 23 } 21 .dj_ie6 .nihilo .dijitCalendarDecrease {22 background:url("images/spriteRoundedIconsSmall.gif") no-repeat top left;23 }24 25 24 .nihilo .dijitCalendarIncrease { 26 background:url(images/spriteRoundedIconsSmall.png) no-repeat -30px top; 27 } 28 .dj_ie6 .nihilo .dijitCalendarIncrease { 29 background:url("images/spriteRoundedIconsSmall.gif") no-repeat -30px top; 25 background-position: -30px top; 30 26 } 31 27 -
dijit/trunk/themes/nihilo/Calendar_rtl.css
r12100 r13881 1 2 1 /* Calendar */ 3 2 … … 9 8 background-position: 0px top; 10 9 } 11 .dj_ie6 .dijitRtl .dijitCalendarIncrease {12 background-position: 0px top;13 }14 .dj_ie6 .dijitRtl .dijitCalendarDecrease {15 background-position: -30px top;16 } -
dijit/trunk/themes/soria/Calendar.css
r13352 r13881 5 5 width:15px; 6 6 height:15px; 7 background-image: url("images/spriteRoundedIconsSmall.png"); 8 background-repeat: no-repeat; 7 9 } 8 10 .dj_ie6 .soria .dijitCalendarIncrementControl { 9 11 padding:.1em; 10 12 font-size:.1em; 13 background-image: url("images/spriteRoundedIconsSmall.gif"); 11 14 } 12 15 … … 17 20 18 21 .soria .dijitCalendarDecrease { 19 background :url("images/spriteRoundedIconsSmall.png") no-repeattop left;22 background-position: top left; 20 23 } 21 .dj_ie6 .soria .dijitCalendarDecrease {22 background:url("images/spriteRoundedIconsSmall.gif") no-repeat top left;23 }24 25 24 .soria .dijitCalendarIncrease { 26 background:url(images/spriteRoundedIconsSmall.png) no-repeat -30px top; 27 } 28 .dj_ie6 .soria .dijitCalendarIncrease { 29 background:url("images/spriteRoundedIconsSmall.gif") no-repeat -30px top; 25 background-position: -30px top; 30 26 } 31 27 -
dijit/trunk/themes/soria/Calendar_rtl.css
r12104 r13881 1 2 1 /* Calendar */ 3 2 … … 9 8 background-position: 0px top; 10 9 } 11 .dj_ie6 .dijitRtl .dijitCalendarIncrease {12 background-position: 0px top;13 }14 .dj_ie6 .dijitRtl .dijitCalendarDecrease {15 background-position: -30px top;16 } -
dijit/trunk/themes/tundra/Calendar.css
r13435 r13881 5 5 width:15px; 6 6 height:15px; 7 7 background-image: url("images/spriteRoundedIconsSmall.png"); 8 background-repeat: no-repeat 8 9 } 9 10 .dj_ie6 .tundra .dijitCalendarIncrementControl { 10 11 padding:.1em; 11 12 font-size:.1em; 13 background-image: url("images/spriteRoundedIconsSmall.gif"); 12 14 } 13 15 … … 18 20 19 21 .tundra .dijitCalendarDecrease { 20 background :url("images/spriteRoundedIconsSmall.png") no-repeattop left;22 background-position: top left; 21 23 } 22 .dj_ie6 .tundra .dijitCalendarDecrease {23 background:url("images/spriteRoundedIconsSmall.gif") no-repeat top left;24 }25 26 24 .tundra .dijitCalendarIncrease { 27 background:url("images/spriteRoundedIconsSmall.png") no-repeat -30px top; 28 } 29 .dj_ie6 .tundra .dijitCalendarIncrease { 30 background:url("images/spriteRoundedIconsSmall.gif") no-repeat -30px top; 25 background-position: -30px top; 31 26 } 32 27 -
dijit/trunk/themes/tundra/Calendar_rtl.css
r12329 r13881 9 9 background-position: 0px top; 10 10 } 11 .dj_ie6 .dijitRtl .dijitCalendarIncrease {12 background-position: 0px top;13 }14 .dj_ie6 .dijitRtl .dijitCalendarDecrease {15 background-position: -30px top;16 }