diff --git a/airtime_mvc/application/views/scripts/embed/player.phtml b/airtime_mvc/application/views/scripts/embed/player.phtml index e10d11836..f707a293b 100644 --- a/airtime_mvc/application/views/scripts/embed/player.phtml +++ b/airtime_mvc/application/views/scripts/embed/player.phtml @@ -266,7 +266,7 @@ if (data.current === null) { if (data.currentShow != null && data.currentShow.length > 0) { //Master/show source have no current track but they do have a current show. - $("p.now_playing").html(data.currentShow[0].name); + $("p.now_playing").html("On Air:" + "" + data.currentShow[0].name + ""); } else { $("p.now_playing").html("Offline"); } diff --git a/airtime_mvc/application/views/scripts/index/index.phtml b/airtime_mvc/application/views/scripts/index/index.phtml index 447561788..a14b47801 100644 --- a/airtime_mvc/application/views/scripts/index/index.phtml +++ b/airtime_mvc/application/views/scripts/index/index.phtml @@ -8,7 +8,7 @@ } ?>
- +
diff --git a/airtime_mvc/public/css/radio-page/radio-page.css b/airtime_mvc/public/css/radio-page/radio-page.css index 81a9bb661..924fffe21 100644 --- a/airtime_mvc/public/css/radio-page/radio-page.css +++ b/airtime_mvc/public/css/radio-page/radio-page.css @@ -29,15 +29,15 @@ body { #schedule_iframe, .tab_content { color: #fff; text-align: center; - /*width: 760px;*/ + width: 770px; max-width: 770px; margin: 0 auto; margin-bottom: 140px; padding: 10px; padding-left: 0px; position: absolute; - /*left: 50%;*/ - /*margin-left: -380px;*/ + left: 50%; + margin-left: -380px; /* -webkit-transition-delay: 1s; transition-delay: 1s;*/ }