root / trunk / web / dojo / dijit / themes / tundra / form / RadioButton.css
History | View | Annotate | Download (954 Bytes)
1 | 9 | andrej.cim | |
---|---|---|---|
2 | .tundra .dijitRadio, |
||
3 | .tundra .dijitRadioIcon { |
||
4 | background-image: url('../images/checkmark.png'); |
||
5 | background-repeat: no-repeat; |
||
6 | width: 16px; |
||
7 | height: 16px; |
||
8 | margin: 0; |
||
9 | padding: 0; |
||
10 | } |
||
11 | .dj_ie6 .tundra .dijitRadio, |
||
12 | .dj_ie6 .tundra .dijitRadioIcon { |
||
13 | background-image: url('../images/checkmark.gif'); |
||
14 | } |
||
15 | .tundra .dijitToggleButton .dijitRadioIcon { |
||
16 | |||
17 | background-image: url('../images/checkmarkNoBorder.png'); |
||
18 | } |
||
19 | .dj_ie6 .tundra .dijitToggleButton .dijitRadioIcon { |
||
20 | background-image: url('../images/checkmarkNoBorder.gif'); |
||
21 | } |
||
22 | .tundra .dijitRadio, |
||
23 | .tundra .dijitRadioIcon { |
||
24 | |||
25 | background-position: -112px; |
||
26 | } |
||
27 | .tundra .dijitRadioDisabled { |
||
28 | |||
29 | background-position: -144px; |
||
30 | } |
||
31 | .tundra .dijitRadioHover { |
||
32 | |||
33 | background-position: -176px; |
||
34 | } |
||
35 | .tundra .dijitRadioChecked, |
||
36 | .tundra .dijitRadioCheckedHover, |
||
37 | .tundra .dijitToggleButtonChecked .dijitRadioIcon { |
||
38 | |||
39 | background-position: -96px; |
||
40 | } |
||
41 | .tundra .dijitRadioCheckedDisabled { |
||
42 | |||
43 | background-position: -128px; |
||
44 | } |