]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-1922 improve size of HTML columns
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 20 Jun 2011 08:25:14 +0000 (10:25 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 20 Jun 2011 10:08:47 +0000 (12:08 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb

index 049de5a9a8d4b6383864dc1b806f6e210266e818..f6f2038a34612ecbc1aed5899da4619fe147efb9 100644 (file)
@@ -6,7 +6,7 @@
     No changes has been done on this quality profile.
   <% else %>
 
-  <% form_tag({:action => 'changelog'}, {:method => 'post'}) do %>
+  <% form_tag({:action => 'changelog'}, {:method => 'post', :class => 'marginbottom10'}) do %>
     <%= hidden_field_tag "id", @profile.id %>
     Changelog from
     <%= select_tag "since", options_for_select(@select_versions, @since_version) %>
@@ -15,7 +15,7 @@
     <%= submit_tag "Load", :id => 'submit'%>
   <% end %>
 
-  <table  class="data width100" style="word-wrap:break-word; table-layout: fixed;">
+  <table  class="data width100">
     <thead>
       <tr>
         <th>Profile version</th>
       @changes.each do |change|
     %>
     <tr class="<%= cycle('even', 'odd') -%>">
-      <td valign="top"><%= change.profile_version - 1 %> -> <%= change.profile_version %></td>
-      <td valign="top"><%= l(change.change_date) -%></td>
-      <td valign="top"><%= change.user_name %></td>
-      <td valign="top"><%= change.action_text %></td>
+      <td valign="top" width="1%" nowrap><%= change.profile_version - 1 %> -> <%= change.profile_version %></td>
+      <td valign="top" width="1%" nowrap><%= l(change.change_date) -%></td>
+      <td valign="top" width="1%" nowrap><%= change.user_name %></td>
+      <td valign="top" width="1%" nowrap><%= change.action_text %></td>
       <td valign="top"><%= change.rule.name %></td>
       <td valign="top">
         <% if change.old_severity