From: Simon Brandhof Date: Fri, 19 Jul 2013 17:55:37 +0000 (+0200) Subject: SONAR-4351 Centralize the management of licenses in the Global Settings X-Git-Tag: 3.7~38 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f64a52e613f70631dbce722190d73a083f8e7e68;p=sonarqube.git SONAR-4351 Centralize the management of licenses in the Global Settings --- 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 ce676b40dd5..da8ca003b74 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 @@ -76,7 +76,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 754769fb276..05011a72407 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; } -.data td.categoryDescription { - padding-bottom: 5px; +.categoryDescription { + padding: 10px 5px; } .data td.category.withSubcategories { @@ -827,18 +827,20 @@ ul.operations li img { } .code-global-issues { - padding: 10px; + padding: 10px 10px 0; } .code-issues { background-color: #FFF; - padding: 10px; + padding: 10px 10px 0; + line-height: 0; } .code-issue { background-color: #FFF; margin: 0; font-size: 12px; + padding: 0 0 10px 0; } .code-issue-name { @@ -2441,4 +2443,4 @@ textarea.width100 { display: inline-block; line-height: 16px; padding: 4px 2px; -} \ No newline at end of file +}