jquery.tzCheckbox_wev8.css
1.33 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.tzCheckBox{
background:url('background_wev8.png') no-repeat left bottom;
display:inline-block;
height:16px;
white-space:nowrap;
position:relative;
cursor:pointer;
margin:0 14px 0 0;
}
.tzCheckBox_disabled{
background:url('background_disabled_wev8.png') no-repeat left bottom;
display:inline-block;
height:16px;
white-space:nowrap;
position:relative;
cursor:pointer;
margin:0 14px 0 0;
}
.tzCheckBox.checked,.tzCheckBox_disabled.checked{
background-position:top left;
margin:0 14px 0 0;
}
.tzCheckBox .tzCBContent,.tzCheckBox_disabled .tzCBContent{
color: white;
line-height: 16px;
text-align:left;
padding:0 0 0 23px;
}
.tzCheckBox.checked .tzCBContent,.tzCheckBox_disabled.checked .tzCBContent{
text-align:left;
padding:0 0 0 23px;
}
.tzCBPart{
background:url('background_wev8.png') no-repeat right bottom;
width:16px;
position:absolute;
top:0;
left:auto;
right:-14px;
height:16px!important;
overflow: hidden;
font-family: Verdana!important;
}
.tzCBPart_disabled{
background:url('background_disabled_wev8.png') no-repeat right bottom;
width:16px;
position:absolute;
top:0;
left:auto;
right:-14px;
height:16px!important;
overflow: hidden;
font-family: Verdana!important;
}
.tzCheckBox.checked .tzCBPart,.tzCheckBox_disabled.checked .tzCBPart_disabled{
background-position:top right;
left:auto;
right:-14px;
}