diff --git a/airtime_mvc/application/views/scripts/index/index.phtml b/airtime_mvc/application/views/scripts/index/index.phtml index 8b5ba22c0..064d9eecd 100644 --- a/airtime_mvc/application/views/scripts/index/index.phtml +++ b/airtime_mvc/application/views/scripts/index/index.phtml @@ -309,16 +309,18 @@ $("#player_iframe").load(function () { - displayRssTab) {?> - $("#player_iframe").contents().find('.bottom_bar').append("
"); - - $("#player_iframe").contents().find('.bottom_bar').append(""); + $("#player_iframe").contents().find('.bottom_bar').append(""); $("#player_iframe").contents().find('.bottom_bar').append(""); + $("#player_iframe").contents().find('.bottom_bar').append(""); + + displayRssTab) {?> + $("#player_iframe").contents().find('.bottom_bar').append(""); + $("#player_iframe").contents().find('.bottom_bar .button').click(function(){ diff --git a/airtime_mvc/public/css/radio-page/premium_player.css b/airtime_mvc/public/css/radio-page/premium_player.css index 576e02780..3fb283d32 100644 --- a/airtime_mvc/public/css/radio-page/premium_player.css +++ b/airtime_mvc/public/css/radio-page/premium_player.css @@ -15,6 +15,7 @@ body { bottom: 0px; height: 120px; background: #fff; + display: flex; } .bottom_bar .cont_btn { @@ -37,9 +38,8 @@ body { } .on_air { - display: inline-block; margin-left: 40px; - width: 55% + flex-grow: 1; } .bottom_bar p.now_playing { @@ -75,6 +75,7 @@ body { background: url('img/podcast.png') no-repeat center 0px; } + .bottom_bar .station_rss_btn.current { background: url('img/podcast.png') no-repeat center -50px; } @@ -104,6 +105,10 @@ body { float: right; } +.bottom_bar .radio_tab_label { + margin-top: 60px; +} + @media (max-width: 1230px) { .on_air { width: 50%; @@ -133,6 +138,10 @@ body { height: 80px; } + .bottom_bar .flex_spacer { + flex-grow: 1; + } + .bottom_bar .play { width: 80px; height: 80px;