Another step forward with the UI.
- Added (placeholder) logo to mast head.
- Minor tweaks.
diff --git a/web/gui/src/main/webapp/onos.css b/web/gui/src/main/webapp/onos.css
index b2df75c..7f387eb 100644
--- a/web/gui/src/main/webapp/onos.css
+++ b/web/gui/src/main/webapp/onos.css
@@ -13,13 +13,15 @@
  */
 
 span.title {
-    color: darkblue;
-    font-size: 16pt;
+    color: #37b;
+    font-size: 14pt;
     font-style: italic;
+    vertical-align: 10px;
 }
 
 span.radio {
     color: darkslateblue;
+    font-size: 10pt;
 }
 
 span.right {
@@ -127,8 +129,8 @@
 }
 
 #mast {
-    height: 32px;
-    padding: 6px;
+    height: 36px;
+    padding: 4px;
     background-color: #ccc;
     vertical-align: baseline;
 }