f3ee656625d425f00db08c01e1ed3edc9ed97dc2
[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     min-height: 34px;
23 }
24
25
26 .modal-body > *:last-child {
27     margin-bottom: 0;
28 }
29
30
31 #env-controls .form-group {
32     display: inline-block;
33     margin: 0;
34     vertical-align: middle;
35 }
36
37
38 #env-controls > div {
39     margin-bottom: 7px;
40 }
41
42
43 #env-controls > div:last-of-type {
44     margin: 0;
45 }
46
47
48 #env-controls input[type="text"] {
49     width: 160px;
50 }
51
52
53 #add-env-form {
54     padding-top: 7px;
55 }
56
57
58 .timerange input {
59     display: inline-block;
60     width: 67%;
61     margin-right: 5px;
62 }
63
64 .timerange select {
65     display: inline-block;
66     width: 30%;
67     float: right;
68 }