blob: cfca8c5f2755452fe69bfba03f767203d1f3b592 [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 Greyson4e6dc3a2013-03-27 11:37:14 -07007 -webkit-user-select: none;
Paul Greyson56378ed2013-03-26 23:17:36 -07008}
9
Paul Greyson7a300822013-04-09 12:57:49 -070010#background, #background-image {
11 width: 100%;
12 height: 100%;
13}
14
15#contents {
16 width: 100%;
17 height: 100%;
18 display: -webkit-box;
19 -webkit-box-orient: vertical;
20 position: absolute;
21 top: 0px;
22 left: 0px;
23}
24
Paul Greyson56378ed2013-03-26 23:17:36 -070025#columns {
26 display: -webkit-box;
27 -webkit-box-flex: 1.0;
Paul Greysond9872392013-03-18 12:04:15 -070028}
29
30.header {
31 width: 100%;
32 display: -webkit-box;
33 -webkit-box-pack: justify;
34 -webkit-box-align: center;
35}
36
37#status {
38 display: -webkit-box;
39}
40
Paul Greyson740bdaf2013-03-18 16:10:48 -070041#left, #right {
42 display: -webkit-box;
43 -webkit-box-orient: vertical;
44}
45
Paul Greysond9872392013-03-18 12:04:15 -070046#right {
47 width: 100%;
48 -webkit-box-flex: 1.0;
49}
50
51#controllers, #topology {
Paul Greysond9872392013-03-18 12:04:15 -070052 -webkit-box-flex: 1.0;
Paul Greyson740bdaf2013-03-18 16:10:48 -070053 position: relative;
Paul Greysond9872392013-03-18 12:04:15 -070054}
55
Paul Greyson6f86d1e2013-03-18 14:40:39 -070056#selectedFlows {
Paul Greyson127d7fb2013-03-25 23:39:20 -070057 display: -webkit-box;
58 -webkit-box-orient: vertical;
Paul Greyson6f86d1e2013-03-18 14:40:39 -070059}
60
Paul Greyson29aa98d2013-03-28 00:09:31 -070061#flowChooser {
62 position: absolute;
63 top: 0px;
64 left: 0px;
65 height: 100%;
66 display: -webkit-box;
67 overflow: scroll;
68}
69
Paul Greyson127d7fb2013-03-25 23:39:20 -070070.selectedFlow {
Paul Greysond9872392013-03-18 12:04:15 -070071 display: -webkit-box;
Paul Greyson29aa98d2013-03-28 00:09:31 -070072 position: relative;
73}
74
Paul Greyson8247c3f2013-03-28 00:24:02 -070075#showFlowChooser {
76 position: relative;
77 display: -webkit-box;
78 -webkit-box-pack: center;
79}
80
Paul Greyson29aa98d2013-03-28 00:09:31 -070081.selectedFlow .srcDPID, .selectedFlow .dstDPID {
Paul Greyson4e6dc3a2013-03-27 11:37:14 -070082 -webkit-user-select: auto;
Paul Greysond9872392013-03-18 12:04:15 -070083}
84
Paul Greyson127d7fb2013-03-25 23:39:20 -070085#selectedFlowsHeader {
86 display: -webkit-box;
Paul Greyson29aa98d2013-03-28 00:09:31 -070087 height: 1.5em;
Paul Greyson127d7fb2013-03-25 23:39:20 -070088}
89
Paul Greyson127d7fb2013-03-25 23:39:20 -070090.iperf {
91 width: 100%;
92 -webkit-box-flex: 1.0;
Paul Greyson95db7a12013-04-04 14:57:58 -070093 position: relative;
94 display: -webkit-box;
95}
96
97.iperf-container {
98 position: absolute;
99 top: 0px;
100 height: 100%;
101 width: 100%;
Paul Greyson127d7fb2013-03-25 23:39:20 -0700102}
103
Paul Greysond1a22d92013-03-19 12:15:19 -0700104#controllers {
105 display: -webkit-box;
106 -webkit-box-orient: vertical;
107}
108
Paul Greysond1a22d92013-03-19 12:15:19 -0700109
110#controllerList {
111 display: -webkit-box;
112 -webkit-box-orient: vertical;
113 -webkit-box-flex: 1.0;
114 overflow: scroll;
115}
116
117.controller {
118 margin: .25em;
119 background-color: blue;
120}
121
Paul Greyson740bdaf2013-03-18 16:10:48 -0700122#svg-container {
123 position: absolute;
124 top: 0px;
125 height: 100%;
126 width: 100%;
127}