CC-2908: Add "Live Stream" title to live stream popup window

-done
This commit is contained in:
martin 2011-09-30 11:45:51 -04:00
parent 41dee5d263
commit c469f51eb3
2 changed files with 39 additions and 3 deletions

View File

@ -259,7 +259,7 @@ function init() {
setupQtip();
$('#on-air-info').click(function() {
newwindow=window.open("Dashboard/stream-player", 'name', 'width=380,height=168');
newwindow=window.open("/Dashboard/stream-player", 'name', 'width=400,height=216');
if (window.focus) {newwindow.focus()}
return false;
});

View File

@ -19,9 +19,27 @@
height: 100%;
margin: 0;
padding: 0;
width:400px;
}
.jp-container h1 {
background: #282828;
font-size:18px;
text-align:center;
color:#CCC;
margin: 0;
padding: 8px 0;
font-weight:normal;
border-bottom:1px solid #000;
background-color:#3D3D3D;
background: linear-gradient(top, #3c3c3c 0, #1a1a1a 100%);
background: -moz-linear-gradient(top, #3c3c3c 0, #1a1a1a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), color-stop(100%, #1a1a1a));
text-shadow: 0px -1px 1px #000;
}
.jp-logo {
width:380px;
width:400px;
height: 67px;
background:#282828 url(../../../css/images/airtime_logo_jp.png) no-repeat 120px 14px;
background: url(../../../css/images/airtime_logo_jp.png) no-repeat 120px 14px, -moz-radial-gradient(200px 0px, circle cover, rgba(70,70,70,1) 0%, rgba(40,40,40,1) 90%);
@ -29,7 +47,7 @@
display:block;
}
.jp-stream {
height: 18px;
height: 27px;
display:block;
border-top:1px solid #050505;
color:#ff5d1a;
@ -41,6 +59,7 @@
box-shadow: rgba(248,248,248,.3) 0px 1px 0px, rgba(0, 0, 0, 0.2) 0 2px 2px inset;
-moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px inset;
-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px inset;
line-height:23px;
}
.jp-stream-text,
.jp-stream form {
@ -56,6 +75,23 @@
}
.jp-stream label input[type="radio"] {
}
.jp-stream form input[type="text"], .jp-stream form select {
background-color: #212121;
border: 1px solid #1a1a1a;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset;
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset;
color: #767676;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
height: 25px;
margin: 0;
padding: 2px 2px 2px 0;
vertical-align: top;
width:200px;
}
div.jp-audio,
div.jp-video {