@@ -1,3 +1,4 | |||||
|
1 | <div class="autoscroll"> | |||
1 | <% show_revision_graph = ( @repository.supports_revision_graph? && path.blank? ) %> |
|
2 | <% show_revision_graph = ( @repository.supports_revision_graph? && path.blank? ) %> | |
2 | <%= if show_revision_graph && revisions && revisions.any? |
|
3 | <%= if show_revision_graph && revisions && revisions.any? | |
3 | indexed_commits, graph_space = index_commits(revisions, @repository.branches) do |scmid| |
|
4 | indexed_commits, graph_space = index_commits(revisions, @repository.branches) do |scmid| | |
@@ -49,3 +50,4 end %> | |||||
49 | </table> |
|
50 | </table> | |
50 | <%= submit_tag(l(:label_view_diff), :name => nil) if show_diff %> |
|
51 | <%= submit_tag(l(:label_view_diff), :name => nil) if show_diff %> | |
51 | <% end %> |
|
52 | <% end %> | |
|
53 | </div> |
@@ -483,7 +483,7 ul.properties li span {font-style:italic;} | |||||
483 | .total-hours { font-size: 110%; font-weight: bold; } |
|
483 | .total-hours { font-size: 110%; font-weight: bold; } | |
484 | .total-hours span.hours-int { font-size: 120%; } |
|
484 | .total-hours span.hours-int { font-size: 120%; } | |
485 |
|
485 | |||
486 | .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;} |
|
486 | .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em; position: relative;} | |
487 | #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; } |
|
487 | #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; } | |
488 |
|
488 | |||
489 | #workflow_copy_form select { width: 200px; } |
|
489 | #workflow_copy_form select { width: 200px; } |
General Comments 0
You need to be logged in to leave comments.
Login now