forked from GNUsocial/gnu-social
Removed form_notice label and h1 from view
This commit is contained in:
parent
74d537c834
commit
4d92d7d52f
@ -144,8 +144,12 @@ RealtimeUpdate = {
|
|||||||
$('#content').css({'width':'92%'});
|
$('#content').css({'width':'92%'});
|
||||||
|
|
||||||
$('#form_notice').css({
|
$('#form_notice').css({
|
||||||
'margin':'18px 0 29px 1.795%'
|
'margin':'18px 0 29px 1.795%'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('#form_notice label, h1').css({'display': 'none'});
|
||||||
|
|
||||||
|
$('.notices li:first-child').css({'border-top':'none'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user