CC-6104: Playout History layouts need help

This commit is contained in:
drigato 2015-08-28 11:31:08 -04:00
parent 88a9594aca
commit 4307e326f1
3 changed files with 16 additions and 7 deletions

View file

@ -628,3 +628,11 @@ table#recent_uploads_table td
/*border-bottom: 6px solid #be2626;*/
/*transform: rotate(-90deg);*/
}
.dataTables_scrolling {
position: absolute;
bottom: 37px; /* 36 px is the size of the header/footer + 1px because there's no internal border */
top: 37px;
left: 0;
right: 0;
}