]> source.dussan.org Git - redmine.git/commitdiff
Merged r3376 from trunk.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 7 Feb 2010 11:52:09 +0000 (11:52 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 7 Feb 2010 11:52:09 +0000 (11:52 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.9-stable@3383 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/admin/projects.rhtml
app/views/issues/_list.rhtml
app/views/users/index.rhtml
app/views/workflows/edit.rhtml
public/stylesheets/application.css

index f5226bf5de5364ec4ec439228bb5883b3d0e9bf7..d136c699c199e9779da87b9a146425ad0496f961 100644 (file)
@@ -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)) -%>
index a7a7b062243e8a5ec7fcedf185bdb1f637526e5a..b29476d58857b1f9cd86c35045f884a25e7f0839 100644 (file)
@@ -1,5 +1,6 @@
 <% form_tag({}) do -%> 
 <%= hidden_field_tag 'back_url', url_for(params) %>
+<div class="autoscroll">
 <table class="list issues">
     <thead><tr>
         <th><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;',
@@ -31,4 +32,5 @@
        <% end -%>
        </tbody>
 </table>
+</div>
 <% end -%>
index 758f1767a4ce88358d23489e0821a0f0453b959f..6222f0027b789b2ef0832a15ea7d3eb69093e066 100644 (file)
@@ -15,6 +15,7 @@
 <% end %>
 &nbsp;
 
+<div class="autoscroll">
 <table class="list">           
   <thead><tr>
        <%= sort_header_tag('login', :caption => l(:field_login)) %>
@@ -41,7 +42,7 @@
 <% end -%>
   </tbody>
 </table>
-
+</div>
 <p class="pagination"><%= pagination_links_full @user_pages, @user_count %></p>
 
 <% html_title(l(:label_user_plural)) -%>
index d7343fa2b1164259ee7c1ff319ca0925d7eb07a9..e1862a6d7e61b97f9a4b2cedfe8e0576a327c6f7 100644 (file)
@@ -25,6 +25,7 @@
 <% form_tag({}, :id => 'workflow_form' ) do %>
 <%= hidden_field_tag 'tracker_id', @tracker.id %>
 <%= hidden_field_tag 'role_id', @role.id %>
+<div class="autoscroll">
 <table class="list">
 <thead>
        <tr>
@@ -52,6 +53,7 @@
        <% end %>
 </tbody>
 </table>
+</div>
 <p><%= check_all_links 'workflow_form' %></p>
 
 <%= submit_tag l(:button_save) %>
index e2261b060e6fc4f94316f825b82ac3e50f385911..9d51f6de76c715dc217d9d8bfd224af05ff47a3a 100644 (file)
@@ -75,7 +75,7 @@ h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
 
 #content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
-html>body #content { min-height: 600px; overflow: auto; 
+html>body #content { min-height: 600px; } 
 * html body #content { height: 600px; } /* IE */
 
 #main.nosidebar #sidebar{ display: none; }