Changeset 13881

Show
Ignore:
Timestamp:
06/03/08 15:43:32 (6 months ago)
Author:
bill
Message:

Fix arrow direction on Calendar in RTL mode for tundra theme,
and simplify Calendar CSS for all themes.

Refs #6881

Location:
dijit/trunk/themes
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/themes/nihilo/Calendar.css

    r13352 r13881  
    55        width:15px; 
    66        height:15px; 
     7        background-image: url("images/spriteRoundedIconsSmall.png"); 
     8        background-repeat: no-repeat 
    79} 
    810.dj_ie6 .nihilo .dijitCalendarIncrementControl { 
    911        padding:.1em; 
    1012        font-size:.1em; 
     13        background-image: url("images/spriteRoundedIconsSmall.gif"); 
    1114} 
    1215 
     
    1720 
    1821.nihilo .dijitCalendarDecrease { 
    19         background:url("images/spriteRoundedIconsSmall.png") no-repeat top left; 
     22        background-position: top left; 
    2023} 
    21 .dj_ie6 .nihilo .dijitCalendarDecrease { 
    22         background:url("images/spriteRoundedIconsSmall.gif") no-repeat top left; 
    23 } 
    24  
    2524.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; 
    3026} 
    3127 
  • dijit/trunk/themes/nihilo/Calendar_rtl.css

    r12100 r13881  
    1  
    21/* Calendar */ 
    32 
     
    98        background-position: 0px top; 
    109} 
    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  
    55        width:15px; 
    66        height:15px; 
     7        background-image: url("images/spriteRoundedIconsSmall.png"); 
     8        background-repeat: no-repeat; 
    79} 
    810.dj_ie6 .soria .dijitCalendarIncrementControl { 
    911        padding:.1em; 
    1012        font-size:.1em;  
     13        background-image: url("images/spriteRoundedIconsSmall.gif"); 
    1114} 
    1215 
     
    1720 
    1821.soria .dijitCalendarDecrease { 
    19         background:url("images/spriteRoundedIconsSmall.png") no-repeat top left; 
     22        background-position: top left; 
    2023} 
    21 .dj_ie6 .soria .dijitCalendarDecrease { 
    22         background:url("images/spriteRoundedIconsSmall.gif") no-repeat top left; 
    23 } 
    24  
    2524.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; 
    3026} 
    3127 
  • dijit/trunk/themes/soria/Calendar_rtl.css

    r12104 r13881  
    1  
    21/* Calendar */ 
    32 
     
    98        background-position: 0px top; 
    109} 
    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  
    55        width:15px; 
    66        height:15px; 
    7  
     7        background-image: url("images/spriteRoundedIconsSmall.png"); 
     8        background-repeat: no-repeat 
    89} 
    910.dj_ie6 .tundra .dijitCalendarIncrementControl { 
    1011        padding:.1em; 
    1112        font-size:.1em; 
     13        background-image: url("images/spriteRoundedIconsSmall.gif"); 
    1214} 
    1315 
     
    1820 
    1921.tundra .dijitCalendarDecrease { 
    20         background:url("images/spriteRoundedIconsSmall.png") no-repeat top left; 
     22        background-position: top left; 
    2123} 
    22 .dj_ie6 .tundra .dijitCalendarDecrease { 
    23         background:url("images/spriteRoundedIconsSmall.gif") no-repeat top left; 
    24 } 
    25  
    2624.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; 
    3126} 
    3227 
  • dijit/trunk/themes/tundra/Calendar_rtl.css

    r12329 r13881  
    99        background-position: 0px top; 
    1010} 
    11 .dj_ie6 .dijitRtl .dijitCalendarIncrease { 
    12         background-position: 0px top; 
    13 } 
    14 .dj_ie6 .dijitRtl .dijitCalendarDecrease { 
    15         background-position: -30px top; 
    16 }