ONOS-1937, ONOS-1938 - CORD-GUI -- User view now can change the level of URL filtering per user. CSS WIP.

Change-Id: I65f494bca184a6337f703a0ecdb40ce09d166a42
diff --git a/apps/demo/cord-gui/src/main/webapp/app/view/bundle/bundle.css b/apps/demo/cord-gui/src/main/webapp/app/view/bundle/bundle.css
index 27338c0..bc36f1d 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/view/bundle/bundle.css
+++ b/apps/demo/cord-gui/src/main/webapp/app/view/bundle/bundle.css
@@ -15,10 +15,11 @@
  */
 
 div#bundle div.main-left {
-    width: 62%;
+    width: 61%;
+    padding-left: 1%;
 }
 div#bundle div.main-right {
-    width: 38%;
+    width: 37%;
     height: 85vh;
     background-color: rgba(173, 216, 230, 0.25);
     border-radius: 5px;