GUI -- topo view - Adjusted positioning of summary and detail panels, to account for additional "Tunnels:" line item in summary panel.

Change-Id: Id60a46e7cca991aca1faf7cc3f90d245cd04084a
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 b987e77..1f342b8 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: 310px;
+    top: 320px;
 }
 html[data-platform='iPad'] #topo-p-detail {
-    top: 326px;
+    top: 336px;
 }
 
 #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 1b05b02..153241d 100644
--- a/web/gui/src/main/webapp/app/view/topo/topoPanel.js
+++ b/web/gui/src/main/webapp/app/view/topo/topoPanel.js
@@ -32,8 +32,8 @@
         panelOpts = {
             width: 260
         },
-        sumMax = 226,
-        padTop = 28;
+        sumMax = 240,
+        padTop = 20;
 
     // internal state
     var useDetails = true,      // should we show details if we have 'em?