OSDN Git Service

Fixes bottom links placement in issue with associated changesets (#4883).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Feb 2010 16:42:31 +0000 (16:42 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Feb 2010 16:42:31 +0000 (16:42 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3516 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.rhtml
public/stylesheets/application.css

index 6c83c44..b78908b 100644 (file)
 </div>
 <% end %>
 
-<%= render :partial => 'action_menu', :locals => {:replace_watcher => 'watcher2' } %>
 
 <div style="clear: both;"></div>
+<%= render :partial => 'action_menu', :locals => {:replace_watcher => 'watcher2' } %>
 
+<div style="clear: both;"></div>
 <% if authorize_for('issues', 'edit') %>
   <div id="update" style="display:none;">
   <h3><%= l(:button_update) %></h3>
index 577cdb2..baf5bd2 100644 (file)
@@ -67,7 +67,7 @@ h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
 
 #main {background-color:#EEEEEE;}
 
-#sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
+#sidebar{ float: right; width: 17%; position: relative; z-index: 9; padding: 0; margin: 0;}
 * html #sidebar{ width: 17%; }
 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666;  }
 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }