From 69fdd0c6b16f4f83481744f335eda8db1dc08c44 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 24 Feb 2012 23:47:53 +0100 Subject: [PATCH] Add HTML name for integration tests --- .../app/views/rules_configuration/_active_rule_note.html.erb | 4 ++-- .../WEB-INF/app/views/rules_configuration/_rule_note.html.erb | 2 +- sonar-server/src/main/webapp/stylesheets/style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_active_rule_note.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_active_rule_note.html.erb index de2963c8799..19f671eb968 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_active_rule_note.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_active_rule_note.html.erb @@ -45,13 +45,13 @@ - + <%= render :partial => 'markdown/tips' -%> - + <%= message('cancel') %> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_note.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_note.html.erb index e8ae9b7b3d1..6a68642261b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_note.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_note.html.erb @@ -39,7 +39,7 @@ - + <%= render :partial => 'markdown/tips' -%> diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index ec4912a167c..73574aaf5ea 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2045,7 +2045,7 @@ ul.bullet li { width: 100%; } -.rule_detail .markdown-help { +.markdown-tips { vertical-align: top; white-space: nowrap; } -- 2.39.5