From 4551a02c3346d848e2fc8260e45daacf3e74b297 Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Tue, 11 Aug 2015 14:33:14 +0200 Subject: [PATCH] fix layouting of middle blocks in IE --- app/views/my_projects_overviews/index.html.erb | 10 ++++------ app/views/my_projects_overviews/page_layout.html.erb | 9 ++++----- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/app/views/my_projects_overviews/index.html.erb b/app/views/my_projects_overviews/index.html.erb index 830959a329..35b5791cb9 100644 --- a/app/views/my_projects_overviews/index.html.erb +++ b/app/views/my_projects_overviews/index.html.erb @@ -39,12 +39,10 @@ See doc/COPYRIGHT.md for more details. <% end %>
-
- <% top_fields.each do |f| %> - <%= rendered_field f %> - <% end %> -
-
+ <% top_fields.each do |f| %> + <%= rendered_field f %> + <% end %> +
<% middle_fields.each do |f| %> <%= rendered_field f %> <% end %> diff --git a/app/views/my_projects_overviews/page_layout.html.erb b/app/views/my_projects_overviews/page_layout.html.erb index 1a2ddee2bb..378ba3dc87 100644 --- a/app/views/my_projects_overviews/page_layout.html.erb +++ b/app/views/my_projects_overviews/page_layout.html.erb @@ -42,11 +42,10 @@ See doc/COPYRIGHT.md for more details.

<%=l(:label_visible_elements) %>

-
- <% top_fields.each do |f| %> - <%= grid_field f %> - <% end %> -
+ <% top_fields.each do |f| %> + <%= grid_field f %> + <% end %> +
<% middle_fields.each do |f| %> <%= grid_field f %>