ONOS-4359: New UI look and feel : table views - base table. (WIP)

Change-Id: I22142b1723a88a89e91d1557b87a36e7c8767909
(cherry picked from commit 1d82123)
diff --git a/web/gui/src/main/webapp/app/view/settings/settings.html b/web/gui/src/main/webapp/app/view/settings/settings.html
index bc8bf5d..ad83bca 100644
--- a/web/gui/src/main/webapp/app/view/settings/settings.html
+++ b/web/gui/src/main/webapp/app/view/settings/settings.html
@@ -15,11 +15,11 @@
             <table>
                 <tr>
                     <td colId="component" sortable col-width="300px">Component </td>
-                    <td colId="id" sortable>Property </td>
-                    <td colId="type" sortable col-width="70px">Type </td>
-                    <td colId="value" sortable>Value </td>
-                    <td colId="defValue" sortable>Default </td>
-                    <td colId="desc" col-width="400px">Description </td>
+                    <td colId="id" sortable col-width="240px">Property </td>
+                    <td colId="type" sortable col-width="100px">Type </td>
+                    <td colId="value" sortable col-width="100px">Value </td>
+                    <td colId="defValue" sortable col-width="100px">Default </td>
+                    <td colId="desc">Description </td>
                 </tr>
             </table>
         </div>