blob: 7f80276dd1865325aff92eb2bf4b41399e8edd85 [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;
Paul Greyson56378ed2013-03-26 23:17:36 -07007 -webkit-box-orient: vertical;
8}
9
10#columns {
11 display: -webkit-box;
12 -webkit-box-flex: 1.0;
Paul Greysond9872392013-03-18 12:04:15 -070013}
14
15.header {
16 width: 100%;
17 display: -webkit-box;
18 -webkit-box-pack: justify;
19 -webkit-box-align: center;
20}
21
22#status {
23 display: -webkit-box;
24}
25
Paul Greyson740bdaf2013-03-18 16:10:48 -070026#left, #right {
27 display: -webkit-box;
28 -webkit-box-orient: vertical;
29}
30
Paul Greysond9872392013-03-18 12:04:15 -070031#right {
32 width: 100%;
33 -webkit-box-flex: 1.0;
34}
35
36#controllers, #topology {
Paul Greysond9872392013-03-18 12:04:15 -070037 -webkit-box-flex: 1.0;
Paul Greyson740bdaf2013-03-18 16:10:48 -070038 position: relative;
Paul Greysond9872392013-03-18 12:04:15 -070039}
40
Paul Greyson6f86d1e2013-03-18 14:40:39 -070041#selectedFlows {
Paul Greyson127d7fb2013-03-25 23:39:20 -070042 display: -webkit-box;
43 -webkit-box-orient: vertical;
Paul Greyson6f86d1e2013-03-18 14:40:39 -070044}
45
Paul Greyson127d7fb2013-03-25 23:39:20 -070046.selectedFlow {
Paul Greysond9872392013-03-18 12:04:15 -070047 display: -webkit-box;
Paul Greysond9872392013-03-18 12:04:15 -070048}
49
Paul Greyson127d7fb2013-03-25 23:39:20 -070050#selectedFlowsHeader {
51 display: -webkit-box;
52}
53
54.flowIndex {
55 width: 1.5em;
56}
57
58.flowId {
59 width: 5em;
60}
61
62.srcDPID, .dstDPID {
63 width: 20em;
64}
65
66.iperf {
67 width: 100%;
68 -webkit-box-flex: 1.0;
69}
70
Paul Greysond1a22d92013-03-19 12:15:19 -070071#controllers {
72 display: -webkit-box;
73 -webkit-box-orient: vertical;
74}
75
Paul Greysond1a22d92013-03-19 12:15:19 -070076
77#controllerList {
78 display: -webkit-box;
79 -webkit-box-orient: vertical;
80 -webkit-box-flex: 1.0;
81 overflow: scroll;
82}
83
84.controller {
85 margin: .25em;
86 background-color: blue;
87}
88
Paul Greyson740bdaf2013-03-18 16:10:48 -070089#svg-container {
90 position: absolute;
91 top: 0px;
92 height: 100%;
93 width: 100%;
94}