diff --git a/airtime_mvc/application/views/scripts/index/index.phtml b/airtime_mvc/application/views/scripts/index/index.phtml index 56052f844..8d8b22b6f 100644 --- a/airtime_mvc/application/views/scripts/index/index.phtml +++ b/airtime_mvc/application/views/scripts/index/index.phtml @@ -9,6 +9,13 @@ echo ""; } ?> +
+ + Login + + +
+
@@ -36,12 +43,11 @@ $(document).ready(function(){ $("#player_iframe").load(function () { - $("#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 .button').not('.login_btn').click(function(){ + $("#player_iframe").contents().find('.bottom_bar .button').click(function(){ var tab_id = $(this).attr('data-tab'); $("#player_iframe").contents().find('.bottom_bar .button').removeClass('current'); diff --git a/airtime_mvc/public/css/radio-page/img/background.png b/airtime_mvc/public/css/radio-page/img/background-blue.png similarity index 100% rename from airtime_mvc/public/css/radio-page/img/background.png rename to airtime_mvc/public/css/radio-page/img/background-blue.png diff --git a/airtime_mvc/public/css/radio-page/img/background-testing-2.jpg b/airtime_mvc/public/css/radio-page/img/background-testing-2.jpg new file mode 100644 index 000000000..2bd078737 Binary files /dev/null and b/airtime_mvc/public/css/radio-page/img/background-testing-2.jpg differ diff --git a/airtime_mvc/public/css/radio-page/img/background-testing-3.jpg b/airtime_mvc/public/css/radio-page/img/background-testing-3.jpg new file mode 100644 index 000000000..8564e6069 Binary files /dev/null and b/airtime_mvc/public/css/radio-page/img/background-testing-3.jpg differ diff --git a/airtime_mvc/public/css/radio-page/img/background-testing.jpg b/airtime_mvc/public/css/radio-page/img/background-testing.jpg new file mode 100644 index 000000000..2298a5dba Binary files /dev/null and b/airtime_mvc/public/css/radio-page/img/background-testing.jpg differ diff --git a/airtime_mvc/public/css/radio-page/img/background.jpg b/airtime_mvc/public/css/radio-page/img/background.jpg new file mode 100644 index 000000000..1f420424e Binary files /dev/null and b/airtime_mvc/public/css/radio-page/img/background.jpg differ diff --git a/airtime_mvc/public/css/radio-page/img/login-small.png b/airtime_mvc/public/css/radio-page/img/login-small.png new file mode 100644 index 000000000..1f38b22b0 Binary files /dev/null and b/airtime_mvc/public/css/radio-page/img/login-small.png differ diff --git a/airtime_mvc/public/css/radio-page/radio-page.css b/airtime_mvc/public/css/radio-page/radio-page.css index 924fffe21..635c9bc3c 100644 --- a/airtime_mvc/public/css/radio-page/radio-page.css +++ b/airtime_mvc/public/css/radio-page/radio-page.css @@ -1,5 +1,5 @@ html { - background: url("img/background.png") no-repeat center center fixed; + background: url("img/background-testing-3.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; @@ -26,6 +26,34 @@ body { margin: 40px 0px 0px 60px; } +.login-btn { + float: right; + margin-right: 60px; + margin-top: 40px; + display:inline-block; + background-color: #000000; + opacity: 0.5; + padding: 10px; +} + +.login-btn a { + color: #fff; + text-decoration: none; +} + +.login-btn span { + display: inline-block; + vertical-align: middle; +} + +span.login-img { + background: url('img/login-small.png') no-repeat center -25px; + display: inline-block; + vertical-align: middle; + width: 25px; + height: 25px; +} + #schedule_iframe, .tab_content { color: #fff; text-align: center; @@ -134,6 +162,19 @@ input[type="submit"]:hover { margin: 20px 0px; } + .login-btn { + float: right; + margin-right: 0px; + margin-top: 0px; + position: absolute; + top: 15px; + right: 5px; + } + + span.login-img { + display:none; + } + .tab_content { margin-top: 0px; width: auto;