@ -12,6 +12,6 @@
</div>
<script>
$("#RSide").css("width","730px");
$(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
</script>
@ -16,7 +16,7 @@
<% end%>
$("div[nhname='pro_setting']").show();
$("#RSide").css('width',"730px");
});
@ -26,5 +26,5 @@
<% html_title(l(:label_followers)) -%>
@ -10,7 +10,7 @@
$("#pull_request_new_form").parent().css("width","730px");
$("#changed-files").toggle(function(){
$("#changed-files-detail").show();
@ -67,7 +67,7 @@
$("#pull_request_show").parent().css("width","730px");
$("#pull_request_show").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
$(".merge-record li a").click(function(){
$(".merge-record li a").removeClass("active");
@ -162,6 +162,6 @@
<% end %>
@ -25,5 +25,5 @@
<% html_title(l(:label_change_plural)) -%>
@ -74,3 +74,7 @@
<p><%= link_to l(:button_back), :action => 'show', :id => @project %></p>
<% html_title(l(:label_repository), l(:label_statistics)) -%>
@ -193,3 +193,7 @@