blob: 7b9da5e51cceb839e3f6b3926ef2205630c67edc [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;
Paul Greyson4e6dc3a2013-03-27 11:37:14 -07008 -webkit-user-select: none;
Paul Greyson56378ed2013-03-26 23:17:36 -07009}
10
11#columns {
12 display: -webkit-box;
13 -webkit-box-flex: 1.0;
Paul Greysond9872392013-03-18 12:04:15 -070014}
15
16.header {
17 width: 100%;
18 display: -webkit-box;
19 -webkit-box-pack: justify;
20 -webkit-box-align: center;
21}
22
23#status {
24 display: -webkit-box;
25}
26
Paul Greyson740bdaf2013-03-18 16:10:48 -070027#left, #right {
28 display: -webkit-box;
29 -webkit-box-orient: vertical;
30}
31
Paul Greysond9872392013-03-18 12:04:15 -070032#right {
33 width: 100%;
34 -webkit-box-flex: 1.0;
35}
36
37#controllers, #topology {
Paul Greysond9872392013-03-18 12:04:15 -070038 -webkit-box-flex: 1.0;
Paul Greyson740bdaf2013-03-18 16:10:48 -070039 position: relative;
Paul Greysond9872392013-03-18 12:04:15 -070040}
41
Paul Greyson6f86d1e2013-03-18 14:40:39 -070042#selectedFlows {
Paul Greyson127d7fb2013-03-25 23:39:20 -070043 display: -webkit-box;
44 -webkit-box-orient: vertical;
Paul Greyson6f86d1e2013-03-18 14:40:39 -070045}
46
Paul Greyson29aa98d2013-03-28 00:09:31 -070047#flowChooser {
48 position: absolute;
49 top: 0px;
50 left: 0px;
51 height: 100%;
52 display: -webkit-box;
53 overflow: scroll;
54}
55
Paul Greyson127d7fb2013-03-25 23:39:20 -070056.selectedFlow {
Paul Greysond9872392013-03-18 12:04:15 -070057 display: -webkit-box;
Paul Greyson29aa98d2013-03-28 00:09:31 -070058 position: relative;
59}
60
61.selectedFlow .srcDPID, .selectedFlow .dstDPID {
Paul Greyson4e6dc3a2013-03-27 11:37:14 -070062 -webkit-user-select: auto;
Paul Greysond9872392013-03-18 12:04:15 -070063}
64
Paul Greyson127d7fb2013-03-25 23:39:20 -070065#selectedFlowsHeader {
66 display: -webkit-box;
Paul Greyson29aa98d2013-03-28 00:09:31 -070067 height: 1.5em;
Paul Greyson127d7fb2013-03-25 23:39:20 -070068}
69
Paul Greyson127d7fb2013-03-25 23:39:20 -070070
71.flowId {
72 width: 5em;
73}
74
Paul Greyson127d7fb2013-03-25 23:39:20 -070075
76.iperf {
77 width: 100%;
78 -webkit-box-flex: 1.0;
79}
80
Paul Greysond1a22d92013-03-19 12:15:19 -070081#controllers {
82 display: -webkit-box;
83 -webkit-box-orient: vertical;
84}
85
Paul Greysond1a22d92013-03-19 12:15:19 -070086
87#controllerList {
88 display: -webkit-box;
89 -webkit-box-orient: vertical;
90 -webkit-box-flex: 1.0;
91 overflow: scroll;
92}
93
94.controller {
95 margin: .25em;
96 background-color: blue;
97}
98
Paul Greyson740bdaf2013-03-18 16:10:48 -070099#svg-container {
100 position: absolute;
101 top: 0px;
102 height: 100%;
103 width: 100%;
104}