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 361f9ffdc..400009846 100644 --- a/airtime_mvc/public/css/embed/weekly-schedule-widget-basic.css +++ b/airtime_mvc/public/css/embed/weekly-schedule-widget-basic.css @@ -78,7 +78,6 @@ body { } .schedule.current .schedule_content { - max-height: 290px; } .tab_content.current ul { @@ -117,6 +116,7 @@ background: rgba(53, 53, 53, 1.0); text-transform: none; text-align: center; color: #aaaaaa; + line-height: 240px; } .schedule_item div.time_grid { diff --git a/airtime_mvc/public/css/embed/weekly-schedule-widget.css b/airtime_mvc/public/css/embed/weekly-schedule-widget.css index d609c0e20..1e603f306 100644 --- a/airtime_mvc/public/css/embed/weekly-schedule-widget.css +++ b/airtime_mvc/public/css/embed/weekly-schedule-widget.css @@ -57,7 +57,7 @@ body { .schedule_content { background: rgba(0, 0, 0, 0.3); - max-height: 0px; + max-height: 290px; transition: max-height 2s ease; overflow-y: auto; diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 2a4f4d54b..62f90e28a 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -3264,11 +3264,13 @@ dd .stream-status { #weekly-schedule-widget { margin: 0 auto; + margin-bottom: 20px; width: 50%; } #widget-menu { margin: 0 auto; + margin-bottom: 20px; width: 40%; } @@ -3278,6 +3280,10 @@ dd .stream-status { font-size: 14px; } +#player-widget { + margin-bottom: 20px; +} + #weekly-schedule-widget label { font-weight: bold; }