wpf-gforms.css
767 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
41
42
43
44
45
#tab_wpfgforms .select4.select4-container {
min-width: 300px;
max-width: 400px;
}
#tab_wpfgforms .select4-container .select4-search--inline .select4-search__field {
margin-top: 0px;
}
#tab_wpfgforms .select4-container .select4-selection {
outline: none;
}
table.wpf-field-map th {
padding-left: 0px !important;
}
table.wpf-field-map .select4-container {
max-width: 300px;
}
table.wpf-field-map i.fa {
padding: 0 20px;
}
span.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
span.label.label-default {
background-color: #999;
}
span.label.label-danger {
background-color: #d9534f;
}