Simon Hunt
Committed by Brian O'Connor

GUI -- topo view - Adjusted positioning of summary and detail panels, to account…

… for additional "Tunnels:" line item in summary panel.

Change-Id: Id60a46e7cca991aca1faf7cc3f90d245cd04084a
...@@ -82,10 +82,10 @@ ...@@ -82,10 +82,10 @@
82 82
83 #topo-p-detail { 83 #topo-p-detail {
84 /* Base css from panel.css */ 84 /* Base css from panel.css */
85 - top: 310px; 85 + top: 320px;
86 } 86 }
87 html[data-platform='iPad'] #topo-p-detail { 87 html[data-platform='iPad'] #topo-p-detail {
88 - top: 326px; 88 + top: 336px;
89 } 89 }
90 90
91 #topo-p-detail .actionBtns .actionBtn { 91 #topo-p-detail .actionBtns .actionBtn {
......
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
32 panelOpts = { 32 panelOpts = {
33 width: 260 33 width: 260
34 }, 34 },
35 - sumMax = 226, 35 + sumMax = 240,
36 - padTop = 28; 36 + padTop = 20;
37 37
38 // internal state 38 // internal state
39 var useDetails = true, // should we show details if we have 'em? 39 var useDetails = true, // should we show details if we have 'em?
......