Tweaked summary panel on the GUI to place version information at the top.

Change-Id: Iffd2c8c566f353ef47a25b8a288b69186d90f014
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 dda6d5c..c8df20e 100644
--- a/web/gui/src/main/webapp/app/view/topo/topo.css
+++ b/web/gui/src/main/webapp/app/view/topo/topo.css
@@ -82,10 +82,10 @@
 
 #topo-p-detail {
     /* Base css from panel.css */
-    top: 320px;
+    top: 338px;
 }
 html[data-platform='iPad'] #topo-p-detail {
-    top: 336px;
+    top: 354px;
 }
 
 #topo-p-detail .actionBtns .actionBtn {
diff --git a/web/gui/src/main/webapp/app/view/topo/topoPanel.js b/web/gui/src/main/webapp/app/view/topo/topoPanel.js
index 7db17f0..1b8c219 100644
--- a/web/gui/src/main/webapp/app/view/topo/topoPanel.js
+++ b/web/gui/src/main/webapp/app/view/topo/topoPanel.js
@@ -32,7 +32,7 @@
         panelOpts = {
             width: 260
         },
-        sumMax = 240,
+        sumMax = 262,
         padTop = 20,
         devPath = 'device';