Simon Hunt

GUI -- Cleaned up topo CSS. Removed dasharray from animated optical link.

Change-Id: I85ccc08b07137ae380cf8ce3be7b7f9c249ccbbe
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
65 } 65 }
66 66
67 #topo svg .node.device rect { 67 #topo svg .node.device rect {
68 - stroke-width: 1.5px; 68 + stroke-width: 1.5;
69 } 69 }
70 70
71 #topo svg .node.device.fixed rect { 71 #topo svg .node.device.fixed rect {
...@@ -163,7 +163,6 @@ svg .node.host circle { ...@@ -163,7 +163,6 @@ svg .node.host circle {
163 #topo svg .link.animated.optical { 163 #topo svg .link.animated.optical {
164 stroke: #74f; 164 stroke: #74f;
165 stroke-width: 10px; 165 stroke-width: 10px;
166 - stroke-dasharray: 8 8
167 } 166 }
168 167
169 #topo svg .linkLabel rect { 168 #topo svg .linkLabel rect {
...@@ -173,7 +172,7 @@ svg .node.host circle { ...@@ -173,7 +172,7 @@ svg .node.host circle {
173 #topo svg .linkLabel text { 172 #topo svg .linkLabel text {
174 text-anchor: middle; 173 text-anchor: middle;
175 stroke: #777; 174 stroke: #777;
176 - stroke-width: 0.1px; 175 + stroke-width: 0.1;
177 font-size: 9pt; 176 font-size: 9pt;
178 } 177 }
179 178
...@@ -198,14 +197,14 @@ svg .node.host circle { ...@@ -198,14 +197,14 @@ svg .node.host circle {
198 197
199 #topo-summary h2 { 198 #topo-summary h2 {
200 position: absolute; 199 position: absolute;
201 - margin: 0px 4px; 200 + margin: 0 4px;
202 top: 20px; 201 top: 20px;
203 left: 50px; 202 left: 50px;
204 color: black; 203 color: black;
205 } 204 }
206 205
207 #topo-summary h3 { 206 #topo-summary h3 {
208 - margin: 0px 4px; 207 + margin: 0 4px;
209 top: 20px; 208 top: 20px;
210 left: 50px; 209 left: 50px;
211 color: black; 210 color: black;
...@@ -253,14 +252,14 @@ svg .node.host circle { ...@@ -253,14 +252,14 @@ svg .node.host circle {
253 252
254 #topo-detail h2 { 253 #topo-detail h2 {
255 position: absolute; 254 position: absolute;
256 - margin: 0px 4px; 255 + margin: 0 4px;
257 top: 20px; 256 top: 20px;
258 left: 50px; 257 left: 50px;
259 color: black; 258 color: black;
260 } 259 }
261 260
262 #topo-detail h3 { 261 #topo-detail h3 {
263 - margin: 0px 4px; 262 + margin: 0 4px;
264 top: 20px; 263 top: 20px;
265 left: 50px; 264 left: 50px;
266 color: black; 265 color: black;
......