ONOS-1933 - CORD-GUI -- CSS for demo login page created. WIP.

Change-Id: Ia80a742ea1d002b4524fa85f8194231dd108de90
diff --git a/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.css b/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.css
index 8e55b9a..f5165b2 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.css
+++ b/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.css
@@ -16,20 +16,25 @@
 
 div.foot {
     width: 960px;
-    height: 20px;
-    background-color: gray;
+    height: 30px;
+    background-color: rgb(122, 188, 229);
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     margin-left: auto;
     margin-right: auto;
+    border-top-left-radius: 3px;
+    border-top-right-radius: 3px;
 }
 
 .foot div {
     position: absolute;
     top: 50%;
     transform: translate(0, -50%);
+    font-style: italic;
+    font-size: 12px;
+    color: rgba(255, 255, 255, 0.7);
 }
 
 .foot div.left {