forked from mofog/BootstrapForLimeSurvey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.css
executable file
·62 lines (49 loc) · 822 Bytes
/
template.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
body {
padding-top: 70px;
padding-bottom: 20px;
}
.table>tbody>tr>th {
vertical-align: middle !important;
}
.logo {
padding: 30px;
}
li.withslider span.input {
display: none;
}
.slider_callout {
font-weight: bold;
position: absolute;
top: -20px;
}
.slider_showmin {
float: left;
padding-top: 10px;
}
.slider_showmax {
float: right;
padding-top: 10px;
}
.multinum-slider {
margin-top: 20px;
margin-bottom: 20px;
}
div.slider-labels {
margin-bottom: 15px;
}
.em_value_range.good {
color: rgb(53, 102, 53);
}
.em_value_range.error, .warningjs {
color: rgb(185, 74, 72);
}
.dragDropTable ul.dragDropChoiceList li, .dragDropTable ol.dragDropRankList li {
padding-top: 10px;
padding-bottom: 22px;
}
button.ui-datepicker-trigger {
display: none;
}
.btn-default {
text-shadow: none !important;
}