Adjusted form_notice width
This commit is contained in:
parent
3bba451021
commit
7466887a2f
|
@ -145,6 +145,8 @@ RealtimeUpdate = {
|
||||||
|
|
||||||
$('#form_notice').css({
|
$('#form_notice').css({
|
||||||
'margin':'18px 0 18px 1.795%',
|
'margin':'18px 0 18px 1.795%',
|
||||||
|
'width':'93%',
|
||||||
|
'max-width':'451px'
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#form_notice label[for=notice_data-text], h1').css({'display': 'none'});
|
$('#form_notice label[for=notice_data-text], h1').css({'display': 'none'});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user