]> source.dussan.org Git - sonarqube.git/commitdiff
Improve spacing in the violations drilldown page
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 17 Feb 2012 14:39:08 +0000 (15:39 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 17 Feb 2012 14:39:08 +0000 (15:39 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb

index a380b3b83eefc3f1eec353c89ebf9e9143094df5..3cab320c054823ae17cb98660d39463a032669b0 100644 (file)
@@ -22,9 +22,9 @@
   </h4>
 </div>
 
-<table width="100%" cellpadding="0" cellspacing="0" id="columns">
+<table class="width100 spacer-bottom" cellpadding="0" cellspacing="0" id="columns">
   <tr>
-    <td align="left" width="1%" nowrap class="column first">
+    <td align="left" width="1%" nowrap class="spacer-right" valign="top">
 
       <%
          value_column = (@period ? "variation_value_#{@period}" : 'value')
@@ -57,7 +57,7 @@
         <%= render :partial => 'severity', :locals => {:css => 'even', :severity => 'INFO', :max => max, :measure => info_violations} %>
       </table>
     </td>
-    <td class="column" align="left" style="white-space: normal;">
+    <td align="left" style="white-space: normal;" valign="top">
       <h3><%= message('violations_drilldown.col.rule') -%></h3>
 
       <div class="scrollable">
     </td>
   </tr>
 </table>
-<br/>
 <%
    paths=[]
    rids=[]