Newer
Older
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
.coral-checkboxlist {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
vertical-align: middle;
padding-left: 5px
}
.coral-checkboxlist .coral-checkbox {
padding: 0
}
.coral-checkboxlist .coral-checkbox-label {
min-height: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: default
}
.coral-checkboxlist-border {
white-space: normal
}
.coral-checkbox-text {
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: middle
}
.coral-checkbox-icon {
margin-right: 2px;
position: relative;
vertical-align: middle
}