diff --git a/app/views/projects/settings/_modules.html.erb b/app/views/projects/settings/_modules.html.erb index e955d63f0..d151a04b5 100644 --- a/app/views/projects/settings/_modules.html.erb +++ b/app/views/projects/settings/_modules.html.erb @@ -3,8 +3,7 @@ :html => {:id => 'modules-form', :method => :post} do |f| %> -
<%= check_all_links 'modules-form' %>
+<%= submit_tag l(:button_save) %>
<% end %> diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index ace5e4250..9cb4c524b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -556,6 +556,7 @@ em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-r textarea.text_cf {width:90%;} +#tab-content-modules fieldset p {margin:3px 0 4px 0;} /* Project members tab */ div#tab-content-members .splitcontentleft, div#tab-content-memberships .splitcontentleft, div#tab-content-users .splitcontentleft { width: 64% } div#tab-content-members .splitcontentright, div#tab-content-memberships .splitcontentright, div#tab-content-users .splitcontentright { width: 34% }