jquery.custom_radio_checkbox_wev8.css
640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.radio {
height: 25px;
width: 19px;
clear:left;
float:left;
margin: 0 0 3px;
padding: 0 0 0 26px;
background: url("radio_wev8.png");
background-repeat:no-repeat;
cursor: default;
}
.checkbox {
height: 25px;
width: 19px;
clear:left;
float:left;
margin: 0 0 3px;
padding: 0 0 0 26px;
background: url("checkbox_wev8.gif") no-repeat;
cursor: default;
text-align:left;
}
.checkbox input,.radio input {
display: none;
}
.checkbox input.show,.radio input.show {
display: inline;
}
.selected {
background-position: 0 -52px;
}
.block {
width: 50%;
float: left;
}
label {
padding-left:10px;
float:left;
text-align:left;
}