summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-09-27 12:15:37 +0000
committerSarven Capadisli <csarven@status.net>2009-09-27 12:15:37 +0000
commit4d92d7d52ff20b22232c32c40fc88a8d03085ec9 (patch)
treea510eb31ecad5ccdebed557f1952754d41e30119 /plugins
parent74d537c834cf897e989d9909393c879129d99ae7 (diff)
Removed form_notice label and h1 from view
Diffstat (limited to 'plugins')
-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'});
}
}