From 980e2ad767ad7b1b6c8ad0153da1516bfecc207e Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Thu, 11 Jun 2015 15:09:44 -0400 Subject: [PATCH] Unbreak the design from my last commit --- airtime_mvc/application/views/scripts/index/index.phtml | 1 + airtime_mvc/public/css/embed/weekly-schedule-widget-basic.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/airtime_mvc/application/views/scripts/index/index.phtml b/airtime_mvc/application/views/scripts/index/index.phtml index 84e991722..8c887a579 100644 --- a/airtime_mvc/application/views/scripts/index/index.phtml +++ b/airtime_mvc/application/views/scripts/index/index.phtml @@ -13,6 +13,7 @@ +

stationName ?>

stationDescription ?>

diff --git a/airtime_mvc/public/css/embed/weekly-schedule-widget-basic.css b/airtime_mvc/public/css/embed/weekly-schedule-widget-basic.css index 400009846..2985fa6f7 100644 --- a/airtime_mvc/public/css/embed/weekly-schedule-widget-basic.css +++ b/airtime_mvc/public/css/embed/weekly-schedule-widget-basic.css @@ -70,6 +70,7 @@ body { background: rgba(53, 53, 53, 0.9); max-height: 0px; transition: max-height 2s ease; + height: 290px; overflow-y: auto; overflow-x: hidden; @@ -78,6 +79,7 @@ body { } .schedule.current .schedule_content { + max-height: 290px; } .tab_content.current ul {