blob: b9a5ebebd0f2e585c0f7b53e84bf8d31d333c23f [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 Greysond1a22d92013-03-19 12:15:19 -070040#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 Greysond1a22d92013-03-19 12:15:19 -070046#controllers {
47 display: -webkit-box;
48 -webkit-box-orient: vertical;
49}
50
51#controllers .header {
52 -webkit-box-pack: center;
53 border-bottom: 1px solid white;
54}
55
56#controllerList {
57 display: -webkit-box;
58 -webkit-box-orient: vertical;
59 -webkit-box-flex: 1.0;
60 overflow: scroll;
61}
62
63.controller {
64 margin: .25em;
65 background-color: blue;
66}
67
Paul Greyson740bdaf2013-03-18 16:10:48 -070068#svg-container {
69 position: absolute;
70 top: 0px;
71 height: 100%;
72 width: 100%;
73}