From c8162f55caa5c2940f3cec7b0a0d3adf77135405 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 21 Jul 2014 00:33:20 -0400 Subject: [PATCH] VRFS-1916 minor changes --- web/app/assets/stylesheets/client/sessionList.css.scss | 4 ++-- web/app/views/clients/_findSession.html.erb | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/app/assets/stylesheets/client/sessionList.css.scss b/web/app/assets/stylesheets/client/sessionList.css.scss index cf2779392..902a86d47 100644 --- a/web/app/assets/stylesheets/client/sessionList.css.scss +++ b/web/app/assets/stylesheets/client/sessionList.css.scss @@ -1,8 +1,8 @@ @import "client/common"; div.findsession-scroll-container { - height:200px; - overflow-y:auto; + max-height:250px; + overflow:auto; } table.findsession-table, table.local-recordings { diff --git a/web/app/views/clients/_findSession.html.erb b/web/app/views/clients/_findSession.html.erb index 6749254f1..64dc87d8e 100644 --- a/web/app/views/clients/_findSession.html.erb +++ b/web/app/views/clients/_findSession.html.erb @@ -59,6 +59,7 @@ Next +
<%= render :partial => "sessionList", :locals => {:title => "future, scheduled sessions", :category => "sessions-scheduled"} %>