From: Simon Brandhof Date: Fri, 28 Sep 2012 14:47:19 +0000 (+0200) Subject: Improve CSS of table.data footer X-Git-Tag: 3.3~173 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bcb7bdb42e8e330babb233e79892523112d01f6e;p=sonarqube.git Improve CSS of table.data footer --- diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index cef77023fdc..313d6ca1d6b 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -389,11 +389,11 @@ table.data > thead > tr > th { table.data > tfoot > tr > td { font-size: 93%; color: #777; - padding: 4px 0 4px 10px; + padding: 5px; } table.data > tbody > tr > td { - padding: 4px 7px 4px 3px; + padding: 5px; vertical-align: text-top; }