aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb
index 0342bd2871c..6f5464e92ea 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb
@@ -69,9 +69,15 @@
<table class="technicalDebtPyramid">
<thead>
<tr>
- <th colspan="2"><h3><%= message('widget.technical_debt_pyramid.name') -%></h3></th>
- <th class="val"><%= message('widget.technical_debt_pyramid.technical_debt') -%> <div class="legendValue"></div></th>
- <th class="val"><%= message('widget.technical_debt_pyramid.total') -%> <div class="legendTotal"></div></th>
+ <th colspan="2"><div class="marginbottom10">
+ <h3><%= message('widget.technical_debt_pyramid.name') -%></h3>
+ </div></th>
+ <th class="val"><div class="marginbottom10">
+ <h3><div class="legendValue"></div>&nbsp;<%= message('widget.technical_debt_pyramid.technical_debt') -%></h3>
+ </div></th>
+ <th class="val"><div class="marginbottom10">
+ <h3><%= message('widget.technical_debt_pyramid.total') -%></h3>
+ </div></th>
</tr>
</thead>
<tbody>