diff --git a/app/views/stores/index.html.erb b/app/views/stores/index.html.erb index 6984169d7..5df6ecca8 100644 --- a/app/views/stores/index.html.erb +++ b/app/views/stores/index.html.erb @@ -2,9 +2,9 @@ <%= render 'search_bar' %> <% end %> -
+
<% @attach_array.each do |k|%> -
+

<%= @str_arr.shift %>

@@ -64,5 +64,8 @@ $(this).find('img').attr("src", "/images/button/download.png") }); }); + if(navigator.appName=="Microsoft Internet Explorer"){ + $("#IE_resource_sum_css").children(".line_block").css("width","45%"); + } }); \ No newline at end of file