From: simonbrandhof Date: Mon, 9 May 2011 11:05:22 +0000 (+0200) Subject: Fix IE7 bug X-Git-Tag: 2.8~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e624173d838d600b9c4683b1f63bd2f3f988d9f1;p=sonarqube.git Fix IE7 bug --- 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;