From 17d08a939fad17b0b58fac97efcc3d8c5391d2a1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 17 Dec 2011 11:11:13 +0000 Subject: [PATCH] Changed style of the wiki edit form. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8253 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/wiki/edit.html.erb | 9 ++++++--- public/stylesheets/application.css | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/views/wiki/edit.html.erb b/app/views/wiki/edit.html.erb index c628c2f7a..d7c97c177 100644 --- a/app/views/wiki/edit.html.erb +++ b/app/views/wiki/edit.html.erb @@ -10,9 +10,12 @@ <% end %> <%= error_messages_for 'content' %> -

<%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %>

-


<%= f.text_field :comments, :size => 120 %>

-


<%= render :partial => 'attachments/form' %>

+
+<%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %> + +

<%= f.text_field :comments, :size => 120 %>

+

<%= render :partial => 'attachments/form' %>

+

<%= submit_tag l(:button_save) %> <%= link_to_remote l(:label_preview), diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 8934fde8e..77f6eae5e 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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;}