]> source.dussan.org Git - sonarqube.git/commitdiff
Revert "SONAR-4351 Centralize the management of licenses in the Global Settings"
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 19 Jul 2013 17:56:54 +0000 (19:56 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 19 Jul 2013 17:56:54 +0000 (19:56 +0200)
This reverts commit 9464631c2d5784499096e77e1beb637bd4bbc0d4.

sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb
sonar-server/src/main/webapp/stylesheets/style.css

index b8b5ae11ae7cdb2c22f0d01186debf56aadca216..f41d0a16e7f142051b4dbdef4ee32017e2ad3098 100644 (file)
@@ -73,7 +73,7 @@
       </tbody>
     </table>
     <% unless @definitions.empty? %>
-    <div style="padding-left: 5px">
+    <div style="padding-left: 16px;">
       <%= 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') -%>
       <img src="<%= ApplicationController.root_context -%>/images/loading.gif" id="loading_settings" style="display:none;">
index b324746aafbe9e9dc97df14881a80c454a3402e3..656e14bfaef92bb183342e44fb6b509b51a31943 100644 (file)
@@ -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 {