blob: 647763c6fbbe0fa13873871424dac7b3acae6ee5 [file] [log] [blame]
Paul Greyson740bdaf2013-03-18 16:10:48 -07001html, body {
2 height: 100%;
3}
4
Paul Greysond9872392013-03-18 12:04:15 -07005body {
6 display: -webkit-box;
7}
8
9.header {
10 width: 100%;
11 display: -webkit-box;
12 -webkit-box-pack: justify;
13 -webkit-box-align: center;
14}
15
16#status {
17 display: -webkit-box;
18}
19
Paul Greyson740bdaf2013-03-18 16:10:48 -070020#left, #right {
21 display: -webkit-box;
22 -webkit-box-orient: vertical;
23}
24
Paul Greysond9872392013-03-18 12:04:15 -070025#right {
26 width: 100%;
27 -webkit-box-flex: 1.0;
28}
29
30#controllers, #topology {
Paul Greysond9872392013-03-18 12:04:15 -070031 -webkit-box-flex: 1.0;
Paul Greyson740bdaf2013-03-18 16:10:48 -070032 position: relative;
Paul Greysond9872392013-03-18 12:04:15 -070033}
34
Paul Greyson6f86d1e2013-03-18 14:40:39 -070035#selectedFlows {
36 height: 5em;
37}
38
Paul Greysond9872392013-03-18 12:04:15 -070039/* tmp */
Paul Greyson740bdaf2013-03-18 16:10:48 -070040#controllers, #selectedFlows {
Paul Greysond9872392013-03-18 12:04:15 -070041 display: -webkit-box;
42 -webkit-box-align: center;
43 -webkit-box-pack: center;
44}
45
Paul Greyson740bdaf2013-03-18 16:10:48 -070046#svg-container {
47 position: absolute;
48 top: 0px;
49 height: 100%;
50 width: 100%;
51}