source: Dev/trunk/src/client/dojox/layout/resources/RadioGroup.css @ 511

Last change on this file since 511 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 871 bytes
Line 
1/* RadioGroup base Button styling: */
2.dojoxRadioButtons {
3        margin:0; padding:4px;
4        width:100%;
5        outline:0;
6}
7
8.dojoxRadioButtons tbody  {
9        margin:0; padding:0;
10        width:100%;
11}
12
13.dojoxRadioButton {
14        text-align:center;
15        cursor:pointer;
16        margin:0;
17}
18
19.dojoxRadioButtonSelected {
20        border:1px solid #ededed;
21}
22.tundra .dojoxRadioButtonSelected {
23        border:1px solid #a0a0a0;
24        background:#b7b7b7;
25}
26.soria .dojoxRadioButtonSelected {
27/*
28    the following url does not exist; commented out to quiet build errors; tracked at #15696
29        background:#b7cdee url('../../../dijit/themes/soria/images/gradientTopBg.png') repeat-x top center;
30*/
31        background:#b7cdee;
32}
33
34.dojoxRadioButtonLabel {
35        padding:8px;
36        text-align:center;
37        display:block;
38}
39
40.dojoxRadioGroup {
41        overflow:hidden;
42        border:0;
43        margin:0; padding:0;
44}
45.dojoxRadioView {
46        position:relative;
47        overflow:hidden;
48        height:100%;
49}
Note: See TracBrowser for help on using the repository browser.