From 0c4888fbd676cdcda5b5669f1a473744ba47adbc Mon Sep 17 00:00:00 2001 From: drigato Date: Mon, 15 Jun 2015 15:03:34 -0400 Subject: [PATCH] Radio Page fixes Added scrolling back to radio page --- airtime_mvc/application/views/scripts/index/index.phtml | 4 ++-- airtime_mvc/public/css/embed/weekly-schedule-widget.css | 4 +++- airtime_mvc/public/css/radio-page/radio-page.css | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/airtime_mvc/application/views/scripts/index/index.phtml b/airtime_mvc/application/views/scripts/index/index.phtml index f070338bd..c36c9d514 100644 --- a/airtime_mvc/application/views/scripts/index/index.phtml +++ b/airtime_mvc/application/views/scripts/index/index.phtml @@ -17,8 +17,8 @@
- action('weekly-program','embed', 'default', array('style' => 'premium', 'useiframe' => '1')); ?> - + action('weekly-program','embed', 'default', array('style' => 'premium', 'useiframe' => '1')); ?> +
diff --git a/airtime_mvc/public/css/embed/weekly-schedule-widget.css b/airtime_mvc/public/css/embed/weekly-schedule-widget.css index 1610a0647..359d9f53c 100644 --- a/airtime_mvc/public/css/embed/weekly-schedule-widget.css +++ b/airtime_mvc/public/css/embed/weekly-schedule-widget.css @@ -68,7 +68,9 @@ body { } .schedule.current .schedule_content { - height: 70%; + /*height: 50%; + overflow-y: auto;*/ + max-height: 700px; overflow-y: auto; } diff --git a/airtime_mvc/public/css/radio-page/radio-page.css b/airtime_mvc/public/css/radio-page/radio-page.css index 7c484d523..54b4a03f2 100644 --- a/airtime_mvc/public/css/radio-page/radio-page.css +++ b/airtime_mvc/public/css/radio-page/radio-page.css @@ -4,7 +4,7 @@ html { -moz-background-size: cover; -o-background-size: cover; background-size: cover; - overflow-y: hidden; + overflow-y: auto; } .bck_cover {