From 2b7f3baf906a52990c549943f6f26414e30ee051 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Fri, 22 Jun 2012 17:33:40 +0200 Subject: [PATCH] SONAR-3551 Fix formatting issues in special 'General Settings' pages => Formatting issues with the 'General Settings > Email' and 'General Settings > Server ID' tabs --- .../webapp/WEB-INF/app/views/settings/_properties.html.erb | 4 ++-- .../main/webapp/WEB-INF/app/views/settings/_settings.html.erb | 2 +- sonar-server/src/main/webapp/stylesheets/style.css | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) 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 97fe97b7f60..e77b7583790 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 @@ -11,7 +11,7 @@ :before => "$('submit_settings').hide();$('loading_settings').show()", :update => 'properties' do -%> - +
@@ -77,7 +77,7 @@ %>
-
+
<%= submit_tag(message('settings.save_category', :params => [category_name]), :id => 'submit_settings') -%>
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_settings.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_settings.html.erb index 9c2c2bb346f..b9975d9d0ab 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_settings.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_settings.html.erb @@ -61,7 +61,7 @@ -
+
<%= render :partial => 'settings/properties' -%>
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index e516aaabead..35c047ab65f 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -122,7 +122,6 @@ div#hd { div#body { position: relative; - width: 100%; } div#footer { -- 2.39.5