This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathform-support.css
More file actions
86 lines (76 loc) · 1.82 KB
/
form-support.css
File metadata and controls
86 lines (76 loc) · 1.82 KB
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
76
77
78
79
80
81
82
83
84
85
86
.form-group {
padding-top: 11px;
}
.form-group .e-upload.e-control.e-keyboard{
display: none;
}
.form-group .address-field{
resize: none;
}
#control_wrapper {
max-width: 500px;
margin: auto;
border: 0.5px solid #BEBEBE;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36);
padding: 1% 4% 2%;
background: #f9f9f9;
}
.highcontrast #control_wrapper {
background: #000;
}
.e-float-input.upload-area {
width: 75%;
}
.e-bigger.fabric .e-float-input.upload-area, .e-bigger.highcontrast .e-float-input.upload-area {
width: 72%;
display: block;
}
.material .e-float-input.upload-area button#browse {
float: right;
margin-right: -106px;
margin-top: -26px;
}
.e-bigger.material .e-float-input.upload-area button#browse {
margin-top: -36px;
margin-right: -106px;
}
.fabric .e-float-input.upload-area button#browse, .highcontrast .e-float-input.upload-area button#browse {
float: right;
margin-right: -106px;
margin-top: -32px;
}
.e-bigger.fabric .e-float-input.upload-area button#browse, .e-bigger.highcontrast .e-float-input.upload-area button#browse {
margin-right: -120px;
margin-top: -40px;
}
.bootstrap .e-float-input.upload-area button#browse {
float: right;
margin-right: -106px;
margin-top: -35px;
}
.e-bigger.bootstrap .e-float-input.upload-area button#browse {
margin-top: -40px;
}
.form-title {
text-align: center;
}
.submitBtn .desc {
margin: 2% 23% 0% 18%;
}
@media only screen and (max-width: 500px) {
.submitBtn .desc {
margin: 12px;
}
.upload-area, .e-bigger .upload-area {
width: 60%;
}
}
.submitBtn {
text-align: center;
position: relative;
}
.form-group #mobile-no input[type=number]::-webkit-inner-spin-button,
.form-group #mobile-no input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}