VRFS-1916 minor changes

This commit is contained in:
Brian Smith 2014-07-21 00:33:20 -04:00
parent 433148cd55
commit c8162f55ca
2 changed files with 3 additions and 2 deletions

View File

@ -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 {

View File

@ -59,6 +59,7 @@
</div>
<span class="btn-next-wrapper"><a href="/api/sessions/active?page=1" class="btn-next">Next</a></span>
</div>
<br />
<div id="sessions-scheduled" class="session-container">
<%= render :partial => "sessionList", :locals => {:title => "future, scheduled sessions", :category => "sessions-scheduled"} %>
<br />