remove histrogram, make bar chart wider, eliminate unused css, fix column formatting...
[plstackapi.git] / planetstack / core / static / hpc_historical.css
1 .row {
2   margin-right: -15px;
3   margin-left: -15px;
4 }
5
6 .row:before,
7 .row:after {
8   display: table;
9   content: " ";
10 }
11
12 .row:after {
13   clear: both;
14 }
15
16 .row:before,
17 .row:after {
18   display: table;
19   content: " ";
20 }
21
22 .row:after {
23   clear: both;
24 }
25
26 .graph_container {
27   width: 800px;
28 }
29
30 .col-md-halfgraph,
31 .col-md-fullgraph {
32   position: relative;
33   min-height: 1px;
34   padding-right: 15px;
35   padding-left: 15px;
36 }
37
38 .col-md-halfgraph,
39 .col-md-fullgraph {
40   float: left;
41 }
42 .col-md-halfgraph {
43   width: 350px;
44 }
45 .col-md-fullgraph {
46   width: 700px;
47 }
48 .col-md-12 {
49   width: 100%;
50 }