Updated window resize
This commit is contained in:
parent
4d92d7d52f
commit
7c335c28da
|
@ -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'});
|
||||
|
|
Loading…
Reference in New Issue
Block a user