ONOS-4359: continued work on theming UI
- changed spacing on table headers
- increased table header icon sizes a smidge
- modified 'play' glyph
- removed copyright from "partial" HTML snippets
- switched order of buttons on Intents View

Change-Id: I16967721ca0d22449f34b40ee2eb102d37ca12fd
(cherry picked from commit 772e688)
diff --git a/web/gui/src/main/webapp/app/view/intent/intent.html b/web/gui/src/main/webapp/app/view/intent/intent.html
index 2610c35..85ccf04 100644
--- a/web/gui/src/main/webapp/app/view/intent/intent.html
+++ b/web/gui/src/main/webapp/app/view/intent/intent.html
@@ -3,15 +3,17 @@
     <div class="tabular-header">
         <h2>Intents ({{tableData.length}} total)</h2>
         <div class="ctrl-btns">
-            <div ng-class="{active: !!selId}"
-                    icon icon-id="topo" icon-size="36"
-                    tooltip tt-msg="topoTip"
-                    ng-click="showIntent()"></div>
-            <div class="separator"></div>
             <div class="refresh" ng-class="{active: autoRefresh}"
-                 icon icon-size="36" icon-id="refresh"
+                 icon icon-size="42" icon-id="refresh"
                  tooltip tt-msg="autoRefreshTip"
                  ng-click="toggleRefresh()"></div>
+
+            <div class="separator"></div>
+
+            <div ng-class="{active: !!selId}"
+                    icon icon-id="topo" icon-size="42"
+                    tooltip tt-msg="topoTip"
+                    ng-click="showIntent()"></div>
         </div>
     </div>