view to submitting jobs
[qcg-portal.git] / qcg / static / qcg / main.css
1 html {
2   /* needed to push down footer */
3   position: relative;
4   min-height: 100%;
5 }
6
7 body {
8   /* space for footer */
9   margin-bottom: 70px;
10 }
11
12 footer.navbar-fixed-bottom {
13   position: absolute;
14 }
15
16 .page-header {
17     margin-top: 0;
18 }
19
20 textarea {
21     resize: vertical;
22 }
23
24
25 .modal-body > *:last-child {
26     margin-bottom: 0;
27 }
28
29
30 #env-controls .form-group {
31     display: inline-block;
32     margin: 0;
33     vertical-align: middle;
34 }
35
36
37 #env-controls > div {
38     margin-bottom: 7px;
39 }
40
41
42 #env-controls > div:last-of-type {
43     margin: 0;
44 }
45
46
47 #env-controls input[type="text"] {
48     width: 160px;
49 }
50
51
52 #add-env-form {
53     padding-top: 7px;
54 }