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 {