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 {