-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataentry.css
83 lines (70 loc) · 1.21 KB
/
dataentry.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
76
77
78
79
80
81
82
fieldset {
border: 0px;
}
input {
width: 100%;
}
fieldset legend {
font-size: 20px;
}
.main-div .form-control {
height: 30px;
line-height: 30px;
background: #f7f7f7 none repeat scroll 0 0;
border: 1px solid #d4d4d4;
border-radius: 4px;
}
.main-div {
background: #ffffff none repeat scroll 0 0;
border-radius: 2px;
margin-right: auto;
margin-left: auto;
margin-top: 30px;
max-width: 40%;
}
.upload-btn-wrapper {
position: relative;
overflow: hidden;
display: inline-block;
}
.up-label {
display: block;
width: 100%;
}
.btn {
border: 2px solid #c15353;
color: #c15353;
opacity: 30%;
background-color: white;
padding: 8px 20px;
border-radius: 8px;
font-size: 12px;
font-weight: bold;
}
.upload-btn-wrapper input {
font-size: 100px;
position: absolute;
left: 0;
top: 0;
opacity: 0;
width: 100%;
}
.btn-primary {
background: #c15353 none repeat scroll 0 0;
border-color: #c15353;
border-radius: 5px;
color: #ffffff;
font-size: 14px;
width: 80%;
height: 50px;
display: block;
line-height: 50px;
margin-right: auto;
margin-left: auto;
padding: 0;
}
.fileUpload {
position: relative;
overflow: hidden;
margin: 10px;
}