Updated window resize

This commit is contained in:
Sarven Capadisli 2009-09-27 12:21:49 +00:00
parent 4d92d7d52f
commit 7c335c28da
1 changed files with 2 additions and 2 deletions

View File

@ -139,12 +139,12 @@ RealtimeUpdate = {
initPopupWindow: function()
{
window.resizeTo(575, 640);
window.resizeTo(500, 550);
$('address').hide();
$('#content').css({'width':'92%'});
$('#form_notice').css({
'margin':'18px 0 29px 1.795%'
'margin':'18px 0 29px 1.795%',
});
$('#form_notice label, h1').css({'display': 'none'});