Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 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
}