]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4661 Move help section to its own div for clearer separation
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 13 Sep 2013 14:49:06 +0000 (16:49 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 13 Sep 2013 14:49:06 +0000 (16:49 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb

index ae9eed6c85f5c92823af8e8036838dbbf5911ea9..f41fb6c56637970d3b10f664f0f0aa4f68e58078 100644 (file)
           </tr>
         <% end -%>
 
-        <% unless category_help(@category).blank? -%>
-          <tr class="property <%= cycle('even', 'odd', :name => 'properties') -%>">
-            <td class="help"><%= category_help(@category) -%> </td>
-          </tr>
-        <% end -%>
-
         </tbody>
       </table>
+
+      <% unless category_help(@category).blank? -%>
+        <div class="help marginbottom10" style="margin-left: -1px">
+          <%= category_help(@category) -%>
+        </div>
+      <% end -%>
+
       <% unless @definitions.empty? %>
       <div style="padding-left: 5px;">
         <%= hidden_field_tag('page_version', (params[:page_version] || 0).to_i + 1) -%>