]> source.dussan.org Git - redmine.git/commitdiff
Add autoscroll div for each file diff.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 19 Dec 2007 20:19:48 +0000 (20:19 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 19 Dec 2007 20:19:48 +0000 (20:19 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1015 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/repositories/diff.rhtml
public/stylesheets/application.css

index c1c33a495a2d17da6347e4535008af7caa81299c..de6cdc50c556c41830b57266728accb06bc82908 100644 (file)
@@ -11,9 +11,9 @@
   <%= select_tag 'type', options_for_select([[l(:label_diff_inline), "inline"], [l(:label_diff_side_by_side), "sbs"]], @diff_type), :onchange => "if (this.value != '') {this.form.submit()}" %></p>
 <% end %>
 
-<div class="autoscroll">
 <% cache(@cache_key) do %>
 <% @diff.each do |table_file| %>
+<div class="autoscroll">
 <% if @diff_type == 'sbs' %>
     <table class="filecontent CodeRay">
       <thead>
@@ -84,9 +84,9 @@
       </tbody>
     </table>
 <% end %>
+</div>
 <% end %>
 <% end %>
-</div>
 
 <% content_for :header_tags do %>
 <%= stylesheet_link_tag "scm" %>
index 8aa63d8866d18107f2189aad412b66d385c6b07f..aa4b2971207bdbca0df8322e70f8d444f0bb22d9 100644 (file)
@@ -123,7 +123,7 @@ hr { width: 100%; height: 1px; background: #ccc; border: 0;}
 textarea.wiki-edit { width: 99%; }
 li p {margin-top: 0;}
 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
-.autoscroll {overflow-x: auto; padding:1px; width:100%;}
+.autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;}
 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
 
 /***** Tabular forms ******/