CC-6104: Playout History layouts need help
This commit is contained in:
parent
88a9594aca
commit
4307e326f1
3 changed files with 16 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -630,3 +630,10 @@ th.library_checkbox {
|
|||
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;
|
||||
}
|
||||
|
|
|
@ -3841,10 +3841,4 @@ li .ui-state-hover {
|
|||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue