diff --git a/app/views/files/_course_list.html.erb b/app/views/files/_course_list.html.erb index 7e534a98c..7b6aaed4b 100644 --- a/app/views/files/_course_list.html.erb +++ b/app/views/files/_course_list.html.erb @@ -13,7 +13,7 @@ <%= pagination_links_full @feedback_pages, @feedback_count, :per_page_links => false, :remote => true, :flag => true%> <% else %> -
+
<%= render :partial => "welcome/no_data" %>
<% end %> diff --git a/app/views/homework_common/_homework_index_list.html.erb b/app/views/homework_common/_homework_index_list.html.erb index 06e96abad..edbd1663c 100644 --- a/app/views/homework_common/_homework_index_list.html.erb +++ b/app/views/homework_common/_homework_index_list.html.erb @@ -93,7 +93,7 @@
<% else %> -
+
<%= render :partial => "welcome/no_data" %>
<% end %> diff --git a/public/stylesheets/css/edu-common.css b/public/stylesheets/css/edu-common.css index d9db31561..ee8a60354 100644 --- a/public/stylesheets/css/edu-common.css +++ b/public/stylesheets/css/edu-common.css @@ -260,3 +260,4 @@ html>body #ajax-indicator { position: fixed; } .edu-change .panel-form-label{ line-height:1.9;} .title_type { line-height: 40px;height: 40px;border-bottom: 1px solid #eee;color: #666;padding-left: 15px; } +.teacher_banner {border-bottom: 1px solid #eee}