diff --git a/app/views/bids/_homework_list.html.erb b/app/views/bids/_homework_list.html.erb index 545a4e9c2..960e3acff 100644 --- a/app/views/bids/_homework_list.html.erb +++ b/app/views/bids/_homework_list.html.erb @@ -36,7 +36,6 @@ -
diff --git a/app/views/homework_attach/_show.html.erb b/app/views/homework_attach/_show.html.erb index 816b9c0a5..268b5a55e 100644 --- a/app/views/homework_attach/_show.html.erb +++ b/app/views/homework_attach/_show.html.erb @@ -101,7 +101,7 @@ -
+
diff --git a/app/views/homework_attach/show.js.erb b/app/views/homework_attach/show.js.erb index 978f025e1..d55c24796 100644 --- a/app/views/homework_attach/show.js.erb +++ b/app/views/homework_attach/show.js.erb @@ -1,3 +1,3 @@ $('#ajax-modal').html('<%= escape_javascript(render :partial => 'show') %>'); showModal('ajax-modal', '510px'); -$('#ajax-modal').css('height','700px'); \ No newline at end of file +$('#ajax-modal').css('height','500px');