From e624173d838d600b9c4683b1f63bd2f3f988d9f1 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 9 May 2011 13:05:22 +0200 Subject: [PATCH] Fix IE7 bug --- sonar-server/src/main/webapp/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 0522dbe0b64..a6a1af75d40 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -681,6 +681,7 @@ ul.operations li img { } .sources2 div.violation .actions form, #global_violations div.violation .actions form { display: inline; + visibility: visible; } div.vtitle{ background-color:#E4ECF3; -- 2.39.5