summaryrefslogtreecommitdiffstats
path: root/app/views/admin
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-06 14:05:13 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-06 14:05:13 +0000
commit5a5d02dfb5b7c8b89e37090584bff4a2590a0281 (patch)
tree8f6ba8c299bc5d93552284d9055a44b3af77cefb /app/views/admin
parent695bffe68468b45ab5fbb2fd51316ead27eb713e (diff)
downloadredmine-5a5d02dfb5b7c8b89e37090584bff4a2590a0281.tar.gz
redmine-5a5d02dfb5b7c8b89e37090584bff4a2590a0281.zip
Removes overflow:auto on #content which broke the fix in r2118 (#4724).
Autoscroll divs are added around large tables. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3376 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/projects.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/projects.rhtml b/app/views/admin/projects.rhtml
index f5226bf5d..d136c699c 100644
--- a/app/views/admin/projects.rhtml
+++ b/app/views/admin/projects.rhtml
@@ -15,6 +15,7 @@
<% end %>
&nbsp;
+<div class="autoscroll">
<table class="list">
<thead><tr>
<th><%=l(:label_project)%></th>
@@ -40,5 +41,6 @@
<% end %>
</tbody>
</table>
+</div>
<% html_title(l(:label_project_plural)) -%>