ONOS-1934 - CORD-GUI -- Styling edits for positioning, updated dashboard to use new json format.

Change-Id: Ia4ab3783ae3bbdf1a53dbba551c1cb5d49f6e49c
diff --git a/apps/demo/cord-gui/src/main/webapp/app/view/home/home.css b/apps/demo/cord-gui/src/main/webapp/app/view/home/home.css
index 43473e6..31cfe98 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/view/home/home.css
+++ b/apps/demo/cord-gui/src/main/webapp/app/view/home/home.css
@@ -14,17 +14,10 @@
  * limitations under the License.
  */
 
-div#db-bundle, div#db-users {
-    float: left;
+#home table {
+    width: 100%;
 }
 
-svg.embedded-icon g.icon rect {
-    fill: none;
-}
-
-svg.embedded-icon g.icon .glyph.checkMark {
-    fill: #3eff7d;
-}
-svg.embedded-icon g.icon .glyph.xMark {
-    fill: #a81c22;
+#home td, #home th {
+    text-align: center;
 }