From bcb7bdb42e8e330babb233e79892523112d01f6e Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 28 Sep 2012 16:47:19 +0200 Subject: [PATCH] Improve CSS of table.data footer --- sonar-server/src/main/webapp/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5