From: Sarven Capadisli Date: Sun, 27 Sep 2009 12:22:56 +0000 (+0000) Subject: Reduced form_notice margin bottom X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3bc55e7b8bff2fe331371333de9ff4f96c8584d2;p=quix0rs-gnu-social.git Reduced form_notice margin bottom --- diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index 984c1bf55e..ad519158b0 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -144,7 +144,7 @@ RealtimeUpdate = { $('#content').css({'width':'92%'}); $('#form_notice').css({ - 'margin':'18px 0 29px 1.795%', + 'margin':'18px 0 18px 1.795%', }); $('#form_notice label, h1').css({'display': 'none'});