diff --git a/app/views/backlogs/index.html.erb b/app/views/backlogs/index.html.erb
index 0aef54b559..e3a5c7056a 100644
--- a/app/views/backlogs/index.html.erb
+++ b/app/views/backlogs/index.html.erb
@@ -3,6 +3,9 @@
<%= javascript_include_tag 'main', 'backlog', 'item', 'task', :plugin => 'redmine_backlogs', :cache => 'backlogsjs/all' %>
<% end %>
diff --git a/assets/stylesheets/index.css b/assets/stylesheets/index.css
index 913c5bc29e..6e89a56960 100755
--- a/assets/stylesheets/index.css
+++ b/assets/stylesheets/index.css
@@ -54,10 +54,10 @@
}
#hide_closed_backlogs_container {
+ margin-top: 7px;
+ margin-right: 5px;
display: block;
- left: 190px;
- position: absolute;
- top: 7px;
+ float: right;
}
#hide_closed_backlogs {