From f134bda0d9c0b6e47a4a949f85347ae794838571 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 3 Jun 2013 12:52:00 +0200 Subject: [PATCH] SONAR-4303 remove the Hide links from rule and changelog --- .../webapp/WEB-INF/app/views/issue/_changelog.html.erb | 8 ++------ .../main/webapp/WEB-INF/app/views/issue/_rule.html.erb | 2 -- sonar-server/src/main/webapp/stylesheets/style.css | 1 + 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_changelog.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_changelog.html.erb index 6f96669525f..421d203caad 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_changelog.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_changelog.html.erb @@ -1,4 +1,4 @@ - \ No newline at end of file diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_rule.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_rule.html.erb index e67b1a7d1e0..279ccb735a8 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_rule.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_rule.html.erb @@ -13,8 +13,6 @@ <% end %>
- <%= message 'hide' -%><%= image_tag 'asc.png' -%> -  <%= image_tag 'sep12.png' -%>  <%= @rule.plugin_name -%>  <%= image_tag 'sep12.png' -%>  <%= @rule.plugin_rule_key -%> diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index cbf43afaf30..c415f6504d3 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -104,6 +104,7 @@ code { color: #777; font-size: 93%; font-weight: normal; + line-height: 13px; } .note img { -- 2.39.5