Fine-tuning the visuals in the Applications view.

Change-Id: I678364847767c09e65e6766a6eda407c8e1fe3ad
diff --git a/web/gui/src/main/webapp/app/view/app/app.css b/web/gui/src/main/webapp/app/view/app/app.css
index 59a857b..a419474 100644
--- a/web/gui/src/main/webapp/app/view/app/app.css
+++ b/web/gui/src/main/webapp/app/view/app/app.css
@@ -83,7 +83,7 @@
 #application-details-panel h2 {
     display: inline-block;
     margin: 12px 0 6px 0;
-    font-size: 15pt;
+    font-size: 13pt;
     font-variant: small-caps;
     text-transform: uppercase;
 }
@@ -91,7 +91,7 @@
 #application-details-panel .top .app-title {
     width: 90%;
     height: 62px;
-    font-size: 30pt;
+    font-size: 20pt;
     font-weight: lighter;
     overflow: hidden;
     white-space: nowrap;
diff --git a/web/gui/src/main/webapp/app/view/app/app.html b/web/gui/src/main/webapp/app/view/app/app.html
index 9b96701..53063e3 100644
--- a/web/gui/src/main/webapp/app/view/app/app.html
+++ b/web/gui/src/main/webapp/app/view/app/app.html
@@ -45,7 +45,7 @@
                     <td colId="state" class="table-icon" sortable></td>
                     <td colId="icon" class="table-icon">Icon </td>
                     <td colId="title" sortable col-width="240px">Title </td>
-                    <td colId="id" sortable col-width="280px">App ID </td>
+                    <td colId="id" sortable col-width="320px">App ID </td>
                     <td colId="version" sortable col-width="140px">Version </td>
                     <td colId="category" sortable col-width="136px">Category </td>
                     <td colId="origin" sortable>Origin </td>
diff --git a/web/gui/src/main/webapp/app/view/app/app.js b/web/gui/src/main/webapp/app/view/app/app.js
index 567ec2c..131c56f 100644
--- a/web/gui/src/main/webapp/app/view/app/app.js
+++ b/web/gui/src/main/webapp/app/view/app/app.js
@@ -147,7 +147,7 @@
     }
 
     function urlize(u) {
-        return 'Url:<br/> <a href="' + u + '" target="_blank">' + u + '</a>';
+        return '<a href="' + u + '" target="_blank">' + u + '</a>';
     }
 
     function addIcon(elem, value) {