Simon Hunt
Committed by Gerrit Code Review

ONOS-3642 -- GUI: Widened topo panels by 8 pixels to allow 7 buttons to fit neatly in one row.

Change-Id: I244e6ca02e6ab6ea268ffc8eae7a184825cc8d7e
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
30 idSum = 'topo-p-summary', 30 idSum = 'topo-p-summary',
31 idDet = 'topo-p-detail', 31 idDet = 'topo-p-detail',
32 panelOpts = { 32 panelOpts = {
33 - width: 260 33 + width: 268
34 }, 34 },
35 sumMax = 262, 35 sumMax = 262,
36 padTop = 20, 36 padTop = 20,
......