From: Sarven Capadisli Date: Wed, 11 Nov 2009 12:57:48 +0000 (+0000) Subject: Added margin-top for showstream page (space between entity_actions and X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dbe02049a829dd0f3200984f1c797907aac5423f;p=quix0rs-gnu-social.git Added margin-top for showstream page (space between entity_actions and notice_primary) --- diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index c7ba2c531c..9b9991b9ee 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -164,7 +164,7 @@ RealtimeUpdate = { var RT = $('#realtime_timeline'); RT.css({ 'margin':'0 0 11px 0', - 'background':'transparent url('+ iconurl + ') no-repeat 0% 30%', + 'background':'transparent url('+ iconurl + ') no-repeat 0 30%', 'padding':'0 0 0 20px', 'display':'block', 'position':'absolute', @@ -176,6 +176,7 @@ RealtimeUpdate = { 'font-weight':'bold', 'font-size':'1em' }); + $('#showstream #notices_primary').css({'margin-top':'18px'}); RT.click(function() { window.open(url,