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