##// END OF EJS Templates
Fixes bottom links placement in issue with associated changesets (#4883)....
Jean-Philippe Lang -
r3402:c9197769fb06
parent child
Show More
@@ -87,10 +87,11
87 87 </div>
88 88 <% end %>
89 89
90 <%= render :partial => 'action_menu', :locals => {:replace_watcher => 'watcher2' } %>
91 90
92 91 <div style="clear: both;"></div>
92 <%= render :partial => 'action_menu', :locals => {:replace_watcher => 'watcher2' } %>
93 93
94 <div style="clear: both;"></div>
94 95 <% if authorize_for('issues', 'edit') %>
95 96 <div id="update" style="display:none;">
96 97 <h3><%= l(:button_update) %></h3>
@@ -67,7 +67,7 h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
67 67
68 68 #main {background-color:#EEEEEE;}
69 69
70 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
70 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; padding: 0; margin: 0;}
71 71 * html #sidebar{ width: 17%; }
72 72 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
73 73 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
General Comments 0
You need to be logged in to leave comments. Login now