ONOS-4359: continued work on theming UI
- topo view: map and instance panel re-theming.

Change-Id: I8e5b0eda61b78b7d54593d84efccb16c54c1611e
(cherry picked from commit 2d147f6)
diff --git a/web/gui/src/main/webapp/app/view/topo/topo.css b/web/gui/src/main/webapp/app/view/topo/topo.css
index 5d6e040..7b2fb98 100644
--- a/web/gui/src/main/webapp/app/view/topo/topo.css
+++ b/web/gui/src/main/webapp/app/view/topo/topo.css
@@ -127,7 +127,8 @@
 /* --- Topo Instance Panel --- */
 
 #topo-p-instance {
-    height: 100px;
+    height: 85px;
+    padding: 10px;
 }
 
 #topo-p-instance div.onosInst {
@@ -140,15 +141,20 @@
 #topo-p-instance svg text.instTitle {
     font-size: 11pt;
     font-weight: bold;
+    font-variant: small-caps;
+    text-transform: uppercase;
 }
 #topo-p-instance svg text.instLabel {
-    font-size: 9pt;
-    font-style: italic;
+    font-size: 10pt;
 }
 
 
 /* --- Toolbar --- */
 
+#toolbar-topo-tbar {
+  padding: 6px;
+}
+
 #toolbar-topo-tbar .tbar-row.right {
     width: 100%;
 }
@@ -228,10 +234,6 @@
 
 /* -- MISC -- */
 
-.notReady .readyBadge {
-    visibility: hidden;
-}
-
 .map-list {
     padding: 10px;
 }