Tweak job layout css in status page

Make the job lines fit better with long job names

Change-Id: I368bc17848aef5b6d2febf1b228a2f97837bcdc3
diff --git a/etc/status/public_html/index.html b/etc/status/public_html/index.html
index f2ee00d..21d416f 100644
--- a/etc/status/public_html/index.html
+++ b/etc/status/public_html/index.html
@@ -34,7 +34,7 @@
             float: right;
             width: 70px;
             height: 15px;
-            margin: 0;
+            margin: 2px 0 0 0;
         }
 
         .zuul-change-total-result {
@@ -63,7 +63,15 @@
         }
 
         .zuul-change-job {
-            padding: 5px 10px;
+            padding: 2px 8px;
+        }
+
+        .zuul-job-name {
+            font-size: small;
+        }
+
+        .zuul-non-voting-desc {
+            font-size: smaller;
         }
 
     </style>