From 7e8eb354d25bcf1be1872091dde19d6a0b070dd7 Mon Sep 17 00:00:00 2001 From: Toks Date: Tue, 18 Jun 2013 12:26:51 -0400 Subject: [PATCH] increase font size of quick edit textarea --- app/views/posts/partials/index/_edit.html.erb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/posts/partials/index/_edit.html.erb b/app/views/posts/partials/index/_edit.html.erb index 736b61969..ee4c9bc0b 100644 --- a/app/views/posts/partials/index/_edit.html.erb +++ b/app/views/posts/partials/index/_edit.html.erb @@ -2,8 +2,10 @@

Edit

<%= form_tag("/posts", :class => "simple_form", :method => :put, :id => "quick-edit-form") do %> - <%= text_area_tag "post[tag_string]", "" %> - <%= submit_tag "Submit" %> - <%= submit_tag "Cancel" %> +
+ <%= text_area_tag "post[tag_string]", "" %> + <%= submit_tag "Submit" %> + <%= submit_tag "Cancel" %> +
<% end %>