hook up switchctrl all/local
diff --git a/web/ons-demo/css/layout.default.css b/web/ons-demo/css/layout.default.css
index 2aa16fe..297e31b 100644
--- a/web/ons-demo/css/layout.default.css
+++ b/web/ons-demo/css/layout.default.css
@@ -102,15 +102,20 @@
 	width: 100%;
 }
 
-#controllerList {
+#onos {
 	display: -webkit-box;
-	-webkit-box-orient: horizontal;
-	overflow: scroll;
+}
+
+#actions {
+	display: -webkit-box;
 }
 
 #controllers {
 	display: -webkit-box;
+	overflow: scroll;
+	-webkit-box-flex: 1.0;
 }
+
 .controller {
 	margin: .25em;
 	background-color: blue;