From: Sarven Capadisli Date: Sun, 27 Sep 2009 12:15:37 +0000 (+0000) Subject: Removed form_notice label and h1 from view X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d92d7d52ff20b22232c32c40fc88a8d03085ec9;p=quix0rs-gnu-social.git Removed form_notice label and h1 from view --- diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index a5f6052eab..bcbf1ba287 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -144,8 +144,12 @@ RealtimeUpdate = { $('#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'}); + + $('.notices li:first-child').css({'border-top':'none'}); } }