Changeset 14096

Show
Ignore:
Timestamp:
06/20/08 19:11:39 (5 months ago)
Author:
bill
Message:

Fix regression in a11y mode (from previous checkin) and remove unneeded rule.
Refs #1728.

Location:
dijit/trunk/themes
Files:
2 modified

Legend:

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

    r14095 r14096  
    11281128 
    11291129.dijit_a11y .dijitExpandoText { 
     1130        display: inline; 
    11301131        padding-left: 10px; 
    11311132        padding-right: 10px; 
  • dijit/trunk/themes/dijit_rtl.css

    r14095 r14096  
    77 
    88/* Tree */ 
    9  
    10 /* can't specify .dijitRtl and .dijit_a11y on this rule, since they are on the same node */ 
    11 .dijitRtl .dijitExpandoText {  
    12         padding-left: 3px; 
    13         padding-right: 0;  
    14 }  
    159 
    1610.dijitRtl .dijitComboBox .dijitInputField {