ONOS-1935 - CORD-GUI -- CSS for demo bundles page created, apply button switches bundles user is subscribed to. WIP.

Change-Id: Iedc42682ea7d939a540a1c60ef1b61e26dab8fca
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 dae5251..fd873a1 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
@@ -28,10 +28,6 @@
     text-align: center;
 }
 
-#home table.content {
-    border-spacing: 0;
-    border-collapse: collapse;
-}
 #home table.content th,
 #home table.content td {
     font-size: 90%;
@@ -51,23 +47,3 @@
     text-align: left;
     padding: 2%;
 }
-
-#home h3 {
-    font-weight: normal;
-    margin-bottom: 4%;
-}
-
-#home h4 {
-    color: rgb(107, 107, 107);
-    font-style: italic;
-    font-weight: normal;
-    font-size: 90%;
-    margin-bottom: 1%;
-}
-
-#home p {
-    font-size: 70%;
-    color: rgba(0,0,0, 0.8);
-    text-indent: 20px;
-    text-align: justify;
-}
diff --git a/apps/demo/cord-gui/src/main/webapp/app/view/home/home.html b/apps/demo/cord-gui/src/main/webapp/app/view/home/home.html
index 7b95cb0..857d694 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/view/home/home.html
+++ b/apps/demo/cord-gui/src/main/webapp/app/view/home/home.html
@@ -28,7 +28,7 @@
                 </tr>
             </thead>
             <tbody>
-                <tr ng-repeat="user in users">
+                <tr ng-repeat="user in users" class="fadein">
                     <td>{{user.name}}</td>
                     <td>{{user.mac}}</td>
                 </tr>