summaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-09-28 16:47:19 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-09-28 16:47:26 +0200
commitbcb7bdb42e8e330babb233e79892523112d01f6e (patch)
treea8de6763c6c3bb1e6e4016c68a6eafe86b946d3e /sonar-server
parent358e30eaf1fb461650dd8f9ce26f9e4dc92bf0e2 (diff)
downloadsonarqube-bcb7bdb42e8e330babb233e79892523112d01f6e.tar.gz
sonarqube-bcb7bdb42e8e330babb233e79892523112d01f6e.zip
Improve CSS of table.data footer
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css4
1 files 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;
}