Changed style of the wiki edit form.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8253 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1f90b6fc94
commit
17d08a939f
|
@ -10,9 +10,12 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= error_messages_for 'content' %>
|
<%= error_messages_for 'content' %>
|
||||||
|
|
||||||
<p><%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %></p>
|
<div class="box tabular">
|
||||||
<p><label><%= l(:field_comments) %></label><br /><%= f.text_field :comments, :size => 120 %></p>
|
<%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %>
|
||||||
<p><label><%=l(:label_attachment_plural)%></label><br /><%= render :partial => 'attachments/form' %></p>
|
|
||||||
|
<p><label><%= l(:field_comments) %></label><%= f.text_field :comments, :size => 120 %></p>
|
||||||
|
<p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p><%= submit_tag l(:button_save) %>
|
<p><%= submit_tag l(:button_save) %>
|
||||||
<%= link_to_remote l(:label_preview),
|
<%= link_to_remote l(:label_preview),
|
||||||
|
|
|
@ -396,6 +396,7 @@ ul.properties li span {font-style:italic;}
|
||||||
#workflow_copy_form select { width: 200px; }
|
#workflow_copy_form select { width: 200px; }
|
||||||
|
|
||||||
textarea#custom_field_possible_values {width: 99%}
|
textarea#custom_field_possible_values {width: 99%}
|
||||||
|
input#content_comments {width: 99%}
|
||||||
|
|
||||||
.pagination {font-size: 90%}
|
.pagination {font-size: 90%}
|
||||||
p.pagination {margin-top:8px;}
|
p.pagination {margin-top:8px;}
|
||||||
|
|
Loading…
Reference in New Issue