]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Adjusted form_notice width
authorSarven Capadisli <csarven@status.net>
Sun, 27 Sep 2009 12:43:40 +0000 (12:43 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 27 Sep 2009 12:43:40 +0000 (12:43 +0000)
plugins/Realtime/realtimeupdate.js

index 86fb01a5d9b8d217d0d929449a34beb79b4c806c..b791f4a2abf71a81a25bda1479dfca0e2eff4e40 100644 (file)
@@ -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'});