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;*/ /*border-bottom: 6px solid #be2626;*/
/*transform: rotate(-90deg);*/ /*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;
}

View file

@ -630,3 +630,10 @@ th.library_checkbox {
border: none; border: none;
} }
.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;
}

View file

@ -3841,10 +3841,4 @@ li .ui-state-hover {
flex: 1; flex: 1;
} }
.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;
}