aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-07-09 10:00:31 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-07-09 10:00:31 +0200
commitb23a74a5f475b48d3836c30971681cf47fe179d3 (patch)
tree07ec6655c4b444cf134c3ebe5cccfb6fffbe124b
parentae389180219ac80f8217e1171297d5a156f5e5be (diff)
downloadsonarqube-b23a74a5f475b48d3836c30971681cf47fe179d3.tar.gz
sonarqube-b23a74a5f475b48d3836c30971681cf47fe179d3.zip
SONAR-4474 Improve css deisgn
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/issues/_operations_ajax.html.erb12
1 files changed, 6 insertions, 6 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_operations_ajax.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_operations_ajax.html.erb
index 80ef9f1059d..36e6c6d4573 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_operations_ajax.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_operations_ajax.html.erb
@@ -1,12 +1,12 @@
<% if logged_in? && @issues_result.issues && !@issues_result.issues.empty? %>
<div class="line-block marginbottom10">
<div id="issue-filters-operations" style="padding-right: 5px; padding-top: 5px;">
- <ul class="operations">
- <li class="last">
- <a id="bulk-change" href="<%= url_for params.merge({:controller => 'issues', :action => 'bulk_change_form'}) -%>"
- class="link-action open-modal"><%= message('bulk_change') -%></a>
- </li>
- </ul>
+ <ul class="operations">
+ <li class="last">
+ <a id="bulk-change" href="<%= url_for params.merge({:controller => 'issues', :action => 'bulk_change_form'}) -%>"
+ class="link-action open-modal"><%= message('bulk_change') -%></a>
+ </li>
+ </ul>
</div>
</div>
<% end %>