]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed form_notice label and h1 from view
authorSarven Capadisli <csarven@status.net>
Sun, 27 Sep 2009 12:15:37 +0000 (12:15 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 27 Sep 2009 12:15:37 +0000 (12:15 +0000)
plugins/Realtime/realtimeupdate.js

index a5f6052eab6c51ae3e4a31efd2aea204504784c5..bcbf1ba287e3ca91fa44af57745060577084573f 100644 (file)
@@ -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'});
      }
 }