From: Sarven Capadisli Date: Sun, 27 Sep 2009 12:43:40 +0000 (+0000) Subject: Adjusted form_notice width X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7466887a2f6e9d8f5f45a8b2e92e2147c572864c;p=quix0rs-gnu-social.git Adjusted form_notice width --- diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index 86fb01a5d9..b791f4a2ab 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -145,6 +145,8 @@ RealtimeUpdate = { $('#form_notice').css({ 'margin':'18px 0 18px 1.795%', + 'width':'93%', + 'max-width':'451px' }); $('#form_notice label[for=notice_data-text], h1').css({'display': 'none'});