git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15304
e93f8b46-1217-0410-a6f0-
8f06a7374b81
+<div class="autoscroll">
<% show_revision_graph = ( @repository.supports_revision_graph? && path.blank? ) %>
<%= if show_revision_graph && revisions && revisions.any?
indexed_commits, graph_space = index_commits(revisions, @repository.branches) do |scmid|
</table>
<%= submit_tag(l(:label_view_diff), :name => nil) if show_diff %>
<% end %>
+</div>
.total-hours { font-size: 110%; font-weight: bold; }
.total-hours span.hours-int { font-size: 120%; }
-.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
+.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em; position: relative;}
#user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
#workflow_copy_form select { width: 200px; }