source: Dev/branches/rest-dojo-ui/client/dojox/layout/resources/RadioGroup.css @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 751 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        background:#b7cdee url('../../../dijit/themes/soria/images/gradientTopBg.png') repeat-x top center;
28}
29
30.dojoxRadioButtonLabel {
31        padding:8px;
32        text-align:center;
33        display:block;
34}
35
36.dojoxRadioGroup {
37        overflow:hidden;
38        border:0;
39        margin:0; padding:0;
40}
41.dojoxRadioView {
42        position:relative;
43        overflow:hidden;
44        height:100%;
45}
Note: See TracBrowser for help on using the repository browser.