VRFS-1916 minor changes
This commit is contained in:
parent
433148cd55
commit
c8162f55ca
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Reference in New Issue