aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2014-06-25 09:36:17 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2014-06-25 09:36:17 +0200
commit32c346a156e363ada25c282774eb5ff39b01a4c5 (patch)
tree7653516ab470d2d0488ecd5069e46e120a9adf0a
parent0577e77f6c2d9ae6d2841c2fb19f762352e9c373 (diff)
downloadsonarqube-32c346a156e363ada25c282774eb5ff39b01a4c5.tar.gz
sonarqube-32c346a156e363ada25c282774eb5ff39b01a4c5.zip
SONAR-5149 right align the figures of rules per criticity
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb
index e537a8eda1b..3eec1835ea5 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb
@@ -51,10 +51,10 @@
<td>
<i class="icon-severity-<%= severity %>"></i><%= message(severity) -%>
</td>
- <td class="thin left">
+ <td class="thin right">
<%= value -%>
</td>
- <td class="nowrap">
+ <td class="nowrap ">
<% if max > 0 %>
<%= barchart(:width => 70, :percent => (100 * value / max).to_i) %>
<% end %>