Fixes some positions of elements from the welcome page. Adds "Join Again" button to hangup message box.

This commit is contained in:
hristoterezov 2014-08-26 18:30:49 +03:00
parent c06c1caad8
commit c00f60f57b
2 changed files with 12 additions and 7 deletions

13
app.js
View File

@ -1376,10 +1376,17 @@ function hangup() {
$.prompt("Session Terminated",
{
title: "You hang up the call",
title: "You hung up the call",
persistent: true,
buttons: {},
closeText: ''
buttons: {
"Join again": true
},
closeText: '',
submit: function(event, value, message, formVals)
{
window.location.reload();
return false;
}
}
);

View File

@ -152,16 +152,13 @@
#brand_header
{
background-image:url(../images/welcome_page/header-big.png);
position:absolute;
width: 583px;
height: 274px;
left: 340px;
top:15px;
margin: -55px auto 0px auto;
}
#header_text
{
position: absolute;
left: 200px;
top: 150px;
width: 885px;
@ -170,6 +167,7 @@
font-family: Helvetica;
font-size: 24px;
text-align: center;
margin: -139px auto 0px auto;
}
#features