Relocated the button for pop up window for notice stream

This commit is contained in:
Sarven Capadisli 2009-09-30 12:48:15 +00:00
parent 267ab67c83
commit d9e7118a33
1 changed files with 6 additions and 3 deletions

View File

@ -125,14 +125,17 @@ RealtimeUpdate = {
addPopup: function(url, timeline, iconurl)
{
$('#content').prepend('<button id="realtime_timeline" title="Pop up in a window">Pop up</button>');
$('#notices_primary').css({'position':'relative'});
$('#notices_primary').prepend('<button id="realtime_timeline" title="Pop up in a window">Pop up</button>');
$('#realtime_timeline').css({
'margin':'0 0 18px 0',
'margin':'0 0 11px 0',
'background':'transparent url('+ iconurl + ') no-repeat 0% 30%',
'padding':'0 0 0 20px',
'display':'block',
'float':'right',
'position':'absolute',
'top':'-20px',
'right':'0',
'border':'none',
'cursor':'pointer',
'color':$("a").css("color"),