aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-03-02 17:36:26 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-03-02 17:36:26 +0100
commit449823bb51378c333f4028d1ff015d5c50e973d9 (patch)
tree2f68ccd10fec9f205af1e52d8d18c607abccf6fa
parent39d5161f8959451117a9063c4470298cf16c89dd (diff)
downloadsonarqube-449823bb51378c333f4028d1ff015d5c50e973d9.tar.gz
sonarqube-449823bb51378c333f4028d1ff015d5c50e973d9.zip
Fix CSS of rule search engine
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb
index 4ea2021f466..ebce4e4eadc 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb
@@ -41,7 +41,7 @@
<% form_tag({:action => 'index'}, {:method => 'get'}) do %>
<% hidden_field_tag "id", @id %>
- <table class="with-padding" id="search_table">
+ <table class="table" id="search_table">
<tr>
<td class="left" valign="top" width="1%" nowrap>
<span class="note"><%= message('name') -%>/<%= message('key') -%></span><br/>