From: Simon Brandhof Date: Fri, 19 Jul 2013 17:56:54 +0000 (+0200) Subject: Revert "SONAR-4351 Centralize the management of licenses in the Global Settings" X-Git-Tag: 3.6.3~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4783af2ed9e0e0db7a183f2dff989a8663dcc4de;p=sonarqube.git Revert "SONAR-4351 Centralize the management of licenses in the Global Settings" This reverts commit 9464631c2d5784499096e77e1beb637bd4bbc0d4. --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb index b8b5ae11ae7..f41d0a16e7f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb @@ -73,7 +73,7 @@ <% unless @definitions.empty? %> -
+
<%= hidden_field_tag('page_version', (params[:page_version] || 0).to_i + 1) -%> <%= submit_tag(message('settings.save_category', :params => [subcategory_name(@category, @subcategory)]), :id => 'submit_settings') -%> diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index b324746aafb..656e14bfaef 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -480,8 +480,8 @@ table.data th img, table.data td img { padding-right: 15px; } -td.categoryDescription { - padding: 10px 5px; +.data td.categoryDescription { + padding-bottom: 5px; } .data td.category.withSubcategories {