-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
77 lines (62 loc) · 1.01 KB
/
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
76
77
#center-column {
padding-bottom: 0;
}
#center-column .row {
border-bottom: 1px solid #ddd;
}
#center-column .row:last-of-type {
border-bottom: none;
margin-bottom: 0;
}
.required.alert {
padding: 5px;
margin-left: 5px;
}
#required-to-submit {
padding: 7px;
margin-left: 10px;
}
.form-group.row {
padding-bottom: 10px;
}
#file-upload {
height: 60px;
border: 2px solid #fff;
padding: 20px;
border: 2px dashed #ddd;
text-align: center;
}
#file-upload.drag {
background-color: #ffdddd;
}
#name-file-upload{
height: 60px;
border: 2px solid #fff;
padding: 20px;
border: 2px dashed #ddd;
text-align: center;
}
#name-file-upload.drag {
background-color: #ffdddd;
}
.concentration-input {
margin-top: 2px;
}
.concentration-input>span {
padding-right: 10px;
width: 60%;
display: inline-block;
}
.concentration-input>input {
width: 40%;
display: inline-block;;
}
.match-height {
height: 60px;
}
ol>li {
margin-top: 10px;
}
#folder-name {
background-color: white;
}