diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-02 17:36:26 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-02 17:36:26 +0100 |
commit | 449823bb51378c333f4028d1ff015d5c50e973d9 (patch) | |
tree | 2f68ccd10fec9f205af1e52d8d18c607abccf6fa | |
parent | 39d5161f8959451117a9063c4470298cf16c89dd (diff) | |
download | sonarqube-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.erb | 2 |
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/> |