summaryrefslogtreecommitdiff
path: root/app/views/admin/participants/_form.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/participants/_form.html.erb')
-rw-r--r--app/views/admin/participants/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/participants/_form.html.erb b/app/views/admin/participants/_form.html.erb
index f426ca8..dd85b60 100644
--- a/app/views/admin/participants/_form.html.erb
+++ b/app/views/admin/participants/_form.html.erb
@@ -80,7 +80,7 @@ License along with ECS. If not, see <http://www.gnu.org/licenses/>.
<%= form.fields_for :identities do |ident| %>
<tr align="left" valign="top">
<td><%= ident.text_field :name, :style => "width:100%" %></td>
- <TD><%= ident.text_area :description, :rows => 1, :style => "width:100%" %></TD>
+ <TD><%= ident.text_area :description, :rows => 1, :style => "width:95%;margin-left:2em" %></TD>
<% unless ident.object.new_record? %>
<td valign='middle'>
<%= ident.check_box :_destroy %>