diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-09 13:05:22 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-09 13:05:22 +0200 |
commit | e624173d838d600b9c4683b1f63bd2f3f988d9f1 (patch) | |
tree | a76054231f7180a35e31241343efc6161dad9e9b | |
parent | becf970b28e8a285ccedf17c3da48c77b22c4d06 (diff) | |
download | sonarqube-e624173d838d600b9c4683b1f63bd2f3f988d9f1.tar.gz sonarqube-e624173d838d600b9c4683b1f63bd2f3f988d9f1.zip |
Fix IE7 bug
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |