Commit e2a131a63c003469803c7938a7c5856022b9d635

Authored by Larissa Reis
1 parent e9b19a7a

Fixes field name style in mozilla

plugins/custom_forms/views/custom_forms_plugin_myprofile/_field.html.erb
... ... @@ -2,7 +2,7 @@
2 2 <legend><%= type_to_label(f.object.type) %></legend>
3 3 <div>
4 4 <%= f.label :name, _('Name:') %>
5   - <%= f.text_field :name, :size => 25 %>
  5 + <%= f.text_field :name, :style => 'width: 14em' %>
6 6  
7 7 <%= f.hidden_field :type %>
8 8  
... ...