jquery.multiselect.css
1.76 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.ui-multiselect2 {
padding: 2px 0 2px 4px;
text-align: left
}
.ui-multiselect2 span.ui-icon {
float: right
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
position: absolute !important;
top: auto !important;
left: -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
padding: 5px !important
}
.ui-multiselect-header {
margin-bottom: 3px;
padding: 3px 0 3px 4px
}
.ui-multiselect-header ul {
font-size: 0.9em
}
.ui-multiselect-header ul li {
float: left;
padding: 0 10px 0 0
}
.ui-multiselect-header a {
text-decoration: none
}
.ui-multiselect-header a:hover {
text-decoration: underline
}
.ui-multiselect-header span.ui-icon {
float: left
}
.ui-multiselect-header li.ui-multiselect-close {
float: right;
text-align: right;
padding-right: 0
}
.ui-multiselect-menu {
display: none;
padding: 3px;
position: absolute;
z-index: 10000
}
.ui-multiselect-checkboxes {
position: relative /* fixes bug in IE6/7 */;
overflow-y: scroll
}
.ui-multiselect-checkboxes label {
cursor: default;
display: block;
border: 1px solid transparent;
padding: 3px 1px
}
.ui-multiselect-checkboxes label input {
position: relative;
top: 1px
}
.ui-multiselect-checkboxes li {
clear: both;
font-size: 0.9em;
padding-right: 3px
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
text-align: center;
font-weight: bold;
border-bottom: 1px solid
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
display: block;
padding: 3px;
margin: 1px 0;
text-decoration: none
}
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
border: none
}