ONOS-4359: continued work on theming UI
- cleaning up device table view, and device details panel.
- updated xMark glyph, added xClose glyph.

Change-Id: I1f5e4496dbfaa58315ddf0a8c2e0f6e4ff163239
(cherry picked from commit a7f62e1)
diff --git a/web/gui/src/main/webapp/tests/app/fw/svg/glyph-spec.js b/web/gui/src/main/webapp/tests/app/fw/svg/glyph-spec.js
index 280f414..f76c25f 100644
--- a/web/gui/src/main/webapp/tests/app/fw/svg/glyph-spec.js
+++ b/web/gui/src/main/webapp/tests/app/fw/svg/glyph-spec.js
@@ -23,7 +23,7 @@
 describe('factory: fw/svg/glyph.js', function() {
     var $log, fs, gs, d3Elem, svg;
 
-    var numBaseGlyphs = 50,
+    var numBaseGlyphs = 51,
         vbBird = '352 224 113 112',
         vbGlyph = '0 0 110 110',
         vbBadge = '0 0 10 10',
@@ -73,13 +73,14 @@
             // badges
             uiAttached: 'M2,2.5a.5,.5',
             checkMark: 'M8.6,3.4L4',
-            xMark: 'M9.0,7.2C8.2',
+            xMark: 'M7.8,6.7L6.7',
             triangleUp: 'M0.5,6.2c0',
             triangleDown: 'M9.5,4.2c0',
             plus: 'M4,2h2v2h2v2',
             minus: 'M2,4h6v2',
             play: 'M2.5,2l5.5,3',
             stop: 'M2.5,2.5h5',
+            xClose: 'M8.6,6.8L6.8,8.6',
 
             cloud: 'M37.6,79.5c-6.9,8.7-20.4,8.6',