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 @@
idSum = 'topo-p-summary',
idDet = 'topo-p-detail',
panelOpts = {
width: 260
width: 268
},
sumMax = 262,
padTop = 20,
......