]> source.dussan.org Git - redmine.git/commitdiff
Changed style of the wiki edit form.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 17 Dec 2011 11:11:13 +0000 (11:11 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 17 Dec 2011 11:11:13 +0000 (11:11 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8253 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/edit.html.erb
public/stylesheets/application.css

index c628c2f7a75a7f65a66aca778458b4b5a14e3611..d7c97c17791fdedf9b0a1e9fe3ff9e39ee954755 100644 (file)
 <% end %>
 <%= error_messages_for 'content' %>
 
-<p><%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %></p>
-<p><label><%= l(:field_comments) %></label><br /><%= f.text_field :comments, :size => 120 %></p>
-<p><label><%=l(:label_attachment_plural)%></label><br /><%= render :partial => 'attachments/form' %></p>
+<div class="box tabular">
+<%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %>
+
+<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) %>
    <%= link_to_remote l(:label_preview),
index 8934fde8e6b3c03b6bf9a3ff6eb384c8d0ac60b8..77f6eae5e863c77157022c04feaf5a8d347ebbfc 100644 (file)
@@ -396,6 +396,7 @@ ul.properties li span {font-style:italic;}
 #workflow_copy_form select { width: 200px; }
 
 textarea#custom_field_possible_values {width: 99%}
+input#content_comments {width: 99%}
 
 .pagination {font-size: 90%}
 p.pagination {margin-top:8px;}