Patch #22336 » 0001-Make-full-revision-table-available-on-mobile-devices.patch
app/views/repositories/_revisions.html.erb | ||
---|---|---|
1 |
<div class="autoscroll"> |
|
1 | 2 |
<% show_revision_graph = ( @repository.supports_revision_graph? && path.blank? ) %> |
2 | 3 |
<%= if show_revision_graph && revisions && revisions.any? |
3 | 4 |
indexed_commits, graph_space = index_commits(revisions, @repository.branches) do |scmid| |
... | ... | |
49 | 50 |
</table> |
50 | 51 |
<%= submit_tag(l(:label_view_diff), :name => nil) if show_diff %> |
51 | 52 |
<% end %> |
53 |
</div> |
public/stylesheets/application.css | ||
---|---|---|
494 | 494 |
.total-hours { font-size: 110%; font-weight: bold; } |
495 | 495 |
.total-hours span.hours-int { font-size: 120%; } |
496 | 496 | |
497 |
.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;} |
|
497 |
.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em; position: relative;}
|
|
498 | 498 |
#user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; } |
499 | 499 | |
500 | 500 |
#workflow_copy_form select { width: 200px; } |