diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-11 12:57:48 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-11 12:57:48 +0000 |
commit | dbe02049a829dd0f3200984f1c797907aac5423f (patch) | |
tree | 4aed641fbc882e27c2ce17e5e6db4051bb2ee07f | |
parent | af4a54b1674ae118afcc88c03bab93d47208b6f8 (diff) |
Added margin-top for showstream page (space between entity_actions and
notice_primary)
-rw-r--r-- | plugins/Realtime/realtimeupdate.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index c7ba2c531..9b9991b9e 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, |