From 906c2b413615c37ead1371bb1422be4c733747fd Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 16 Aug 2013 14:19:09 +0200 Subject: [PATCH] SONAR-4520 fix rendering on Firefox Left table borders are hidden on Firefox but not on Chrome --- .../views/email_configuration/index.html.erb | 17 ++++------------- .../server_id_configuration/index.html.erb | 10 ++-------- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb index dbbe4155ff0..f5f7cadd4d1 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb @@ -1,10 +1,4 @@ - - -<% form_tag({:action => 'save'}) do -%> +
@@ -56,11 +50,9 @@
-<% end -%> - -
+
-<% form_tag({:action => 'send_test_email'}) do -%> +
@@ -89,5 +81,4 @@
-<% end -%> - +
\ No newline at end of file diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/server_id_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/server_id_configuration/index.html.erb index 413ff552aa0..bc6d28d6873 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/server_id_configuration/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/server_id_configuration/index.html.erb @@ -1,10 +1,4 @@ - - -<% form_tag :action => 'generate' do %> +
@@ -51,6 +45,6 @@
<%= submit_tag message('server_id_configuration.generate_button'), :disable_with => message('server_id_configuration.generating_button'), :id => 'generate-button' -%> -<% end %> +
-- 2.39.5