blob: 647763c6fbbe0fa13873871424dac7b3acae6ee5 [file] [log] [blame]
html, body {
height: 100%;
}
body {
display: -webkit-box;
}
.header {
width: 100%;
display: -webkit-box;
-webkit-box-pack: justify;
-webkit-box-align: center;
}
#status {
display: -webkit-box;
}
#left, #right {
display: -webkit-box;
-webkit-box-orient: vertical;
}
#right {
width: 100%;
-webkit-box-flex: 1.0;
}
#controllers, #topology {
-webkit-box-flex: 1.0;
position: relative;
}
#selectedFlows {
height: 5em;
}
/* tmp */
#controllers, #selectedFlows {
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-pack: center;
}
#svg-container {
position: absolute;
top: 0px;
height: 100%;
width: 100%;
}