From: Simon Brandhof Date: Fri, 24 Feb 2012 22:47:53 +0000 (+0100) Subject: Add HTML name for integration tests X-Git-Tag: 2.14~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=69fdd0c6b16f4f83481744f335eda8db1dc08c44;p=sonarqube.git Add HTML name for integration tests --- 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; }