Removed div around fieldset on project modules.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11304 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8e08aae904
commit
791b620b98
|
@ -3,8 +3,7 @@
|
||||||
:html => {:id => 'modules-form',
|
:html => {:id => 'modules-form',
|
||||||
:method => :post} do |f| %>
|
:method => :post} do |f| %>
|
||||||
|
|
||||||
<div class="box">
|
<fieldset class="box">
|
||||||
<fieldset>
|
|
||||||
<legend><%= l(:text_select_project_modules) %></legend>
|
<legend><%= l(:text_select_project_modules) %></legend>
|
||||||
|
|
||||||
<% Redmine::AccessControl.available_project_modules.each do |m| %>
|
<% Redmine::AccessControl.available_project_modules.each do |m| %>
|
||||||
|
@ -12,9 +11,8 @@
|
||||||
<%= l_or_humanize(m, :prefix => "project_module_") %></label></p>
|
<%= l_or_humanize(m, :prefix => "project_module_") %></label></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
|
||||||
|
|
||||||
<p><%= check_all_links 'modules-form' %></p>
|
<p><%= check_all_links 'modules-form' %></p>
|
||||||
|
|
||||||
<p><%= submit_tag l(:button_save) %></p>
|
<p><%= submit_tag l(:button_save) %></p>
|
||||||
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -556,6 +556,7 @@ em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-r
|
||||||
|
|
||||||
textarea.text_cf {width:90%;}
|
textarea.text_cf {width:90%;}
|
||||||
|
|
||||||
|
#tab-content-modules fieldset p {margin:3px 0 4px 0;}
|
||||||
/* Project members tab */
|
/* Project members tab */
|
||||||
div#tab-content-members .splitcontentleft, div#tab-content-memberships .splitcontentleft, div#tab-content-users .splitcontentleft { width: 64% }
|
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% }
|
div#tab-content-members .splitcontentright, div#tab-content-memberships .splitcontentright, div#tab-content-users .splitcontentright { width: 34% }
|
||||||
|
|
Loading…
Reference in New Issue