Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / layout / resources / RadioGroup.css @ 12

History | View | Annotate | Download (710 Bytes)

1

    
2
.dojoxRadioButtons {
3
        margin:0; padding:4px;
4
        width:100%;
5
        outline:0;
6
}
7
.dojoxRadioButtons tbody  {
8
        margin:0; padding:0;
9
        width:100%;
10
}
11
.dojoxRadioButton {
12
        text-align:center;
13
        cursor:pointer;
14
        margin:0;
15
}
16
.dojoxRadioButtonSelected {
17
        border:1px solid #ededed;
18
}
19
.tundra .dojoxRadioButtonSelected {
20
        border:1px solid #a0a0a0;
21
        background:#b7b7b7;
22
}
23
.soria .dojoxRadioButtonSelected {
24
        background:#b7cdee url('../../../dijit/themes/soria/images/gradientTopBg.png') repeat-x top center;
25
}
26
.dojoxRadioButtonLabel {
27
        padding:8px;
28
        text-align:center;
29
        display:block;
30
}
31
.dojoxRadioGroup {
32
        overflow:hidden;
33
        border:0;
34
        margin:0; padding:0;
35
}
36
.dojoxRadioView {
37
        position:relative;
38
        overflow:hidden;
39
        height:100%;
40
}