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 {
diff --git a/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.html b/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.html
index 4c09fd9..5e2f1e8 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.html
+++ b/apps/demo/cord-gui/src/main/webapp/app/fw/foot/foot.html
@@ -16,10 +16,10 @@
 
 <div class="foot">
     <div class="left">
-
+        Sample copyright notice here
     </div>
 
     <div class="right">
-
+        Some other text here
     </div>
 </div>
diff --git a/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.css b/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.css
index a0d8d59..e89f218 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.css
+++ b/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.css
@@ -17,7 +17,7 @@
 div.mast {
     width: 100%;
     height: 50px;
-    background-color: gray;
+    background-color: rgb(122, 188, 229);
     position: relative;
 }