]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3786 align to right the duration colmun
authorJulien Lancelot <julien.lancelot@gmail.com>
Wed, 21 Nov 2012 14:03:44 +0000 (15:03 +0100)
committerJulien Lancelot <julien.lancelot@gmail.com>
Wed, 21 Nov 2012 14:03:44 +0000 (15:03 +0100)
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/web/tests_viewer.html.erb

index f9a28a20b86b59599bfd405f5efa551cfaefe006..531c1d8e8e750cb2f67876883d0d9a3fddd14adb 100644 (file)
 
 <% test_data = measure('test_data') %>
 <% if test_data %>
-<table class="data width100 tests_viewer"  id="test_data">
+  <table class="data width100 tests_viewer"  id="test_data">
   <thead>
     <tr>
       <th class="thin">&nbsp;</th>
       <th class="thin">&nbsp;</th>
-      <th class="thin"><%= message('test_viewer.duration') -%></th>
+      <th class="thin right"><%= message('test_viewer.duration') -%></th>
       <th><%= message('test_viewer.unit_test_name') -%></th>
     </tr>
   </thead>
@@ -76,7 +76,7 @@
       <td class="thin" nowrap>
         <img id="test_status_<%= index -%>_<%= status -%>" src="<%= icon_url -%>" />
       </td>
-      <td id="test_time_<%= index -%>" class="thin" nowrap><%= block.attributes['time'] -%> ms</td>
+      <td id="test_time_<%= index -%>" class="thin right" nowrap><%= block.attributes['time'] -%> ms</td>
       <td>
         <span><%= block.attributes['name'] -%></span>
         <% if !block_message.nil? %>