diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-06-23 17:32:42 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-06-23 17:32:42 +0600 |
commit | 2740bae7dc2e8b7d512961f1111bff379dc6b05b (patch) | |
tree | 7270406a68967aa1d3059cddb0aa80da59008a89 /plugins | |
parent | 1ad7f0fbd3408fb77ee3a1aef96492407bd2bc8e (diff) | |
download | sonarqube-2740bae7dc2e8b7d512961f1111bff379dc6b05b.tar.gz sonarqube-2740bae7dc2e8b7d512961f1111bff379dc6b05b.zip |
SONAR-5333 Improve technical debt pyramid
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb | 12 |
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> <%= 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> |