From c124220e9760d2a3ab3139d61343fa13e96236b7 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 20 Feb 2013 15:38:36 +0100 Subject: [PATCH] Fix CSS --- .../main/webapp/WEB-INF/app/views/test/_testable.html.erb | 5 +++++ sonar-server/src/main/webapp/stylesheets/style.css | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/test/_testable.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/test/_testable.html.erb index ae2a64056a0..c8e9ff490ae 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/test/_testable.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/test/_testable.html.erb @@ -13,6 +13,11 @@ + + + + + <% reset_cycle %> <% test_cases.sort_by { |test_case| test_case.name }.each do |test_case| %> diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index aa5beaa81ef..4b648d21d91 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -656,7 +656,6 @@ ul.operations li img { .sources2 tr.row td.plus { background-color: #EFEFEF; - border-left: 1px solid #DDD; padding: 0; width: 16px; } @@ -780,7 +779,6 @@ span.rulename a:hover { .sources2 td.ind { border-right: 1px solid #DDD; - min-width: 1.5em; padding: 0 0.3em; text-align: center; vertical-align: middle; -- 2.39.5