put onos nodes at top
diff --git a/web/ons-demo/css/layout.default.css b/web/ons-demo/css/layout.default.css
index cfca8c5..209c9f4 100644
--- a/web/ons-demo/css/layout.default.css
+++ b/web/ons-demo/css/layout.default.css
@@ -36,6 +36,7 @@
 
 #status {
 	display: -webkit-box;
+	-webkit-box-flex: 1.0;
 }
 
 #left, #right {
@@ -48,7 +49,7 @@
 	-webkit-box-flex: 1.0;
 }
 
-#controllers, #topology {
+#topology {
 	-webkit-box-flex: 1.0;
 	position: relative;
 }
@@ -101,22 +102,19 @@
 	width: 100%;
 }
 
-#controllers {
-	display: -webkit-box;
-	-webkit-box-orient: vertical;
-}
-
-
 #controllerList {
 	display: -webkit-box;
-	-webkit-box-orient: vertical;
-	-webkit-box-flex: 1.0;
+	-webkit-box-orient: horizontal;
 	overflow: scroll;
 }
 
+#controllers {
+	display: -webkit-box;
+}
 .controller {
 	margin: .25em;
 	background-color: blue;
+	-webkit-box-flex: 1.0;
 }
 
 #svg-container {