##// END OF EJS Templates
Changed style of the wiki edit form....
Jean-Philippe Lang -
r8133:17d08a939fad
parent child
Show More
@@ -10,9 +10,12
10 <% end %>
10 <% end %>
11 <%= error_messages_for 'content' %>
11 <%= error_messages_for 'content' %>
12
12
13 <p><%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %></p>
13 <div class="box tabular">
14 <p><label><%= l(:field_comments) %></label><br /><%= f.text_field :comments, :size => 120 %></p>
14 <%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %>
15 <p><label><%=l(:label_attachment_plural)%></label><br /><%= render :partial => 'attachments/form' %></p>
15
16 <p><label><%= l(:field_comments) %></label><%= f.text_field :comments, :size => 120 %></p>
17 <p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>
18 </div>
16
19
17 <p><%= submit_tag l(:button_save) %>
20 <p><%= submit_tag l(:button_save) %>
18 <%= link_to_remote l(:label_preview),
21 <%= link_to_remote l(:label_preview),
@@ -396,6 +396,7 ul.properties li span {font-style:italic;}
396 #workflow_copy_form select { width: 200px; }
396 #workflow_copy_form select { width: 200px; }
397
397
398 textarea#custom_field_possible_values {width: 99%}
398 textarea#custom_field_possible_values {width: 99%}
399 input#content_comments {width: 99%}
399
400
400 .pagination {font-size: 90%}
401 .pagination {font-size: 90%}
401 p.pagination {margin-top:8px;}
402 p.pagination {margin-top:8px;}
General Comments 0
You need to be logged in to leave comments. Login now