From 4307e326f1f3c4872bdd2049a7c1efdd5680e3d7 Mon Sep 17 00:00:00 2001 From: drigato Date: Fri, 28 Aug 2015 11:31:08 -0400 Subject: [PATCH] CC-6104: Playout History layouts need help --- airtime_mvc/public/css/addmedia.css | 8 ++++++++ airtime_mvc/public/css/dashboard.css | 7 +++++++ airtime_mvc/public/css/styles.css | 8 +------- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/airtime_mvc/public/css/addmedia.css b/airtime_mvc/public/css/addmedia.css index 64cc4b6c0..1a225a175 100644 --- a/airtime_mvc/public/css/addmedia.css +++ b/airtime_mvc/public/css/addmedia.css @@ -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; +} diff --git a/airtime_mvc/public/css/dashboard.css b/airtime_mvc/public/css/dashboard.css index cd1188c31..b5d858dda 100644 --- a/airtime_mvc/public/css/dashboard.css +++ b/airtime_mvc/public/css/dashboard.css @@ -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; +} diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 1551a876f..91c109c8d 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -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; -} +