-
Notifications
You must be signed in to change notification settings - Fork 10
/
jquery.multiselect.css
64 lines (54 loc) · 1 KB
/
jquery.multiselect.css
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
.mselect {
position:relative;
}
.mselect-fixed {
overflow-x:hidden;
overflow-y:auto;
}
.mselect-list .mselect-list-item.ui-state-hover {
margin-top:-1px;
margin-bottom:-1px;
border-left:0 solid;
border-right:0 solid;
font-weight:normal;
}
.mselect-list-item {
display:block;
}
.mselect-list-item label {
width:100%;
display:block;
}
.mselect-input-container {
position:relative;
padding:.2em;
display:none;
}
.mselect-input { width: 99%; margin:0; }
.mselect-button-add {
display:block;
zoom:1;
position:relative;
text-decoration:none;
padding-left:24px;
padding:2px 2px 2px 24px;
cursor:pointer;
}
.mselect .mselect-button-add-icon,
.mselect .mselect-button-cancel {
width: 17px;
height:17px;
position:absolute;
top:50%;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
}
.mselect-button-add-icon { left:.2em; margin-top:-10px; }
.mselect .mselect-button-cancel {
right:.5em;
margin-top:-8px;
cursor:pointer;
border:0 solid;
background:transparent;
}