##// END OF EJS Templates
Removes overflow:auto on #content which broke the fix in r2118 (#4724)....
Jean-Philippe Lang -
r3262:5a5d02dfb5b7
parent child
Show More
@@ -15,6 +15,7
15 15 <% end %>
16 16 &nbsp;
17 17
18 <div class="autoscroll">
18 19 <table class="list">
19 20 <thead><tr>
20 21 <th><%=l(:label_project)%></th>
@@ -40,5 +41,6
40 41 <% end %>
41 42 </tbody>
42 43 </table>
44 </div>
43 45
44 46 <% html_title(l(:label_project_plural)) -%>
@@ -1,5 +1,6
1 1 <% form_tag({}) do -%>
2 2 <%= hidden_field_tag 'back_url', url_for(params) %>
3 <div class="autoscroll">
3 4 <table class="list issues">
4 5 <thead><tr>
5 6 <th><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;',
@@ -31,4 +32,5
31 32 <% end -%>
32 33 </tbody>
33 34 </table>
35 </div>
34 36 <% end -%>
@@ -15,6 +15,7
15 15 <% end %>
16 16 &nbsp;
17 17
18 <div class="autoscroll">
18 19 <table class="list">
19 20 <thead><tr>
20 21 <%= sort_header_tag('login', :caption => l(:field_login)) %>
@@ -41,7 +42,7
41 42 <% end -%>
42 43 </tbody>
43 44 </table>
44
45 </div>
45 46 <p class="pagination"><%= pagination_links_full @user_pages, @user_count %></p>
46 47
47 48 <% html_title(l(:label_user_plural)) -%>
@@ -25,6 +25,7
25 25 <% form_tag({}, :id => 'workflow_form' ) do %>
26 26 <%= hidden_field_tag 'tracker_id', @tracker.id %>
27 27 <%= hidden_field_tag 'role_id', @role.id %>
28 <div class="autoscroll">
28 29 <table class="list">
29 30 <thead>
30 31 <tr>
@@ -52,6 +53,7
52 53 <% end %>
53 54 </tbody>
54 55 </table>
56 </div>
55 57 <p><%= check_all_links 'workflow_form' %></p>
56 58
57 59 <%= submit_tag l(:button_save) %>
@@ -75,7 +75,7 h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
75 75
76 76 #content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
77 77 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
78 html>body #content { min-height: 600px; overflow: auto; }
78 html>body #content { min-height: 600px; }
79 79 * html body #content { height: 600px; } /* IE */
80 80
81 81 #main.nosidebar #sidebar{ display: none; }
General Comments 0
You need to be logged in to leave comments. Login now