-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjotform_style.css
79 lines (58 loc) · 1.3 KB
/
jotform_style.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
65
66
67
68
69
70
71
72
73
74
75
.form-all {
direction: rtl;
text-align: right;
}
.form-label-right, .form-radio-item label, .form-checkbox-item label {
text-align: right;
}
.form-line {
float: right;
}
.form-label.form-label-auto {
display: inline-block;
float: left;
text-align: right;
}
.form-line-column .form-label {
text-align: right !important;
}
.rating-item:not(:last-child) {
margin-left: 24px;
margin-right: inherit;
}
.rating-item .rating-item-title {
text-align: left;
}
.rating-item:first-child .rating-item-title {
text-align: right;
}
.form-label:not(.form-label-top) {
margin-left: 10px;
margin-right: 0;
}
li[data-type="control_scale"] .form-sub-label-container {
justify-content: flex-end;
}
.form-button-error {
padding-right: 8px;
padding-left: 0;
}
.jf-form-buttons:not(.form-pagebreak-back) {
margin-right: 10px;
}
.form-radio + label::after, .form-radio + label div::after, .form-radio + span::after, .form-radio + span div::after {
left: auto;
right: 3px;
}
.form-radio-item label {
padding-left: 0;
padding-right: 30px;
}
.form-checkbox-item label {
padding-left: 0;
padding-right: 30px;
}
.form-checkbox + label::before, .form-checkbox + span::before, .form-radio + label::before, .form-radio + span::before {
left: auto;
right: 0;
}