diff options
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/style.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 0d13ed516c0..9acfbd11d19 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -687,6 +687,9 @@ ul.operations li img { .sources2 div.violation:hover .actions{ visibility: visible; } +.sources2 div.violation .actions form { + display: inline; +} .sources2 div.vtitle{ background-color:#E4ECF3; margin:0; |