summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2018-03-29 15:43:59 +0200
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2018-03-29 15:47:31 +0200
commite5f03eaa54e3f9db7ff0980e8b3bb90e7270f9b5 (patch)
tree2a3ff1a43bb3da7cf5d8d08c67bdc7db18302ca4
parentc58db672c0276f4f6e5fc7473196b8398b55be07 (diff)
downloadecs-e5f03eaa54e3f9db7ff0980e8b3bb90e7270f9b5.tar.gz
ecs-e5f03eaa54e3f9db7ff0980e8b3bb90e7270f9b5.zip
Fix overlapping forms in edit view of participants.
This only occured in firefox.
-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 %>