Commit 2a17ccba92e22a00184050bd63ba4f4d0b6bc66f

Authored by JoenioCosta
1 parent 23f77c83

ActionItem468: increasing tinymce textarea of edit site info


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2074 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/admin_panel/site_info.rhtml
... ... @@ -4,7 +4,7 @@
4 4  
5 5 <% labelled_form_for :environment, @environment do |f| %>
6 6  
7   - <%= f.text_area :description %>
  7 + <%= f.text_area :description, :cols => 40, :style => 'width: 90%' %>
8 8  
9 9 <% button_bar do %>
10 10 <%= submit_button(:save, _('Save')) %>
... ...