From e9aa7f3f5b6d3dcf4a05593d391fd7bf8564e2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Kolsj=C3=B6?= Date: Sat, 16 Jan 2010 19:46:21 +0100 Subject: [PATCH] Moving the "Hide closed backlogs" link to the far right because otherwise very long version titles would cover it. And it looks better. --- app/views/backlogs/index.html.erb | 6 +++--- assets/stylesheets/index.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 %>
+
+ Hide closed backlogs +
-
- Hide closed backlogs -
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 {