-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (44 loc) · 785 Bytes
/
style.css
File metadata and controls
46 lines (44 loc) · 785 Bytes
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
#loading, #analysing, #done {
display: none;
}
/*
* sticky footer: http://getbootstrap.com/examples/sticky-footer/
* one-page bootstrap:
* http://www.williamghelfi.com/blog/2013/08/04/bootstrap-in-practice-a-landing-page/
* file button: http://www.abeautifulsite.net/blog/2013/08/whipping-file-inputs-into-shape-with-bootstrap-3/
*/
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 120px;
}
.vspace {
padding: 10px 0;
}
.fake_label {
padding: 7px 0;
}
.share {
padding: 20px;
}
#footer {
position: absolute;
bottom: 0;
height: 110px;
width: 100%;
}
#done,#OSHC,#NO {
font-size: 250%;
}
#OSHC {
color: red;
}
label.dummy {
min-height: 1em;
}
.btn-file {
position: relative;
overflow: hidden;
}