summaryrefslogtreecommitdiff
path: root/plugins/Realtime/realtimeupdate.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Realtime/realtimeupdate.js')
-rw-r--r--plugins/Realtime/realtimeupdate.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js
index a5f6052ea..bcbf1ba28 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'});
}
}