]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4351 Centralize the management of licenses in the Global Settings
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 19 Jul 2013 17:55:37 +0000 (19:55 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 19 Jul 2013 17:55:37 +0000 (19:55 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb
sonar-server/src/main/webapp/stylesheets/style.css

index ce676b40dd5f2709a778feb3bd9cbdbd7e9289d9..da8ca003b7431ad7498e4c3dc4681129238d89ee 100644 (file)
@@ -76,7 +76,7 @@
         </tbody>
       </table>
       <% unless @definitions.empty? %>
-      <div style="padding-left: 16px;">
+      <div style="padding-left: 5px;">
         <%= 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 754769fb2764694f2f287a36665bb593409c0445..05011a72407c759e933891991640a4719f9e96be 100644 (file)
@@ -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
+}