blob: 5e1f1ce41fbdf0ec24854dfc6ee5f3aaaf4d5661 [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
Paul Greyson8247c3f2013-03-28 00:24:02 -070061#showFlowChooser {
62 position: relative;
63 display: -webkit-box;
64 -webkit-box-pack: center;
65}
66
Paul Greyson29aa98d2013-03-28 00:09:31 -070067.selectedFlow .srcDPID, .selectedFlow .dstDPID {
Paul Greyson4e6dc3a2013-03-27 11:37:14 -070068 -webkit-user-select: auto;
Paul Greysond9872392013-03-18 12:04:15 -070069}
70
Paul Greyson127d7fb2013-03-25 23:39:20 -070071#selectedFlowsHeader {
72 display: -webkit-box;
Paul Greyson29aa98d2013-03-28 00:09:31 -070073 height: 1.5em;
Paul Greyson127d7fb2013-03-25 23:39:20 -070074}
75
Paul Greyson127d7fb2013-03-25 23:39:20 -070076.iperf {
77 width: 100%;
78 -webkit-box-flex: 1.0;
Paul Greyson95db7a12013-04-04 14:57:58 -070079 position: relative;
80 display: -webkit-box;
81}
82
83.iperf-container {
84 position: absolute;
85 top: 0px;
86 height: 100%;
87 width: 100%;
Paul Greyson127d7fb2013-03-25 23:39:20 -070088}
89
Paul Greysond1a22d92013-03-19 12:15:19 -070090#controllers {
91 display: -webkit-box;
92 -webkit-box-orient: vertical;
93}
94
Paul Greysond1a22d92013-03-19 12:15:19 -070095
96#controllerList {
97 display: -webkit-box;
98 -webkit-box-orient: vertical;
99 -webkit-box-flex: 1.0;
100 overflow: scroll;
101}
102
103.controller {
104 margin: .25em;
105 background-color: blue;
106}
107
Paul Greyson740bdaf2013-03-18 16:10:48 -0700108#svg-container {
109 position: absolute;
110 top: 0px;
111 height: 100%;
112 width: 100%;
113}