]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5149 right align the figures of rules per criticity
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 25 Jun 2014 07:36:17 +0000 (09:36 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 25 Jun 2014 07:36:17 +0000 (09:36 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb

index e537a8eda1bdec443d26a001ca3b8ffe499a147d..3eec1835ea5a46d687a5b34d54ed8da3cdbfc67c 100644 (file)
                   <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 %>