Added margin-top for showstream page (space between entity_actions and
notice_primary)
This commit is contained in:
parent
af4a54b167
commit
dbe02049a8
@ -164,7 +164,7 @@ RealtimeUpdate = {
|
|||||||
var RT = $('#realtime_timeline');
|
var RT = $('#realtime_timeline');
|
||||||
RT.css({
|
RT.css({
|
||||||
'margin':'0 0 11px 0',
|
'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',
|
'padding':'0 0 0 20px',
|
||||||
'display':'block',
|
'display':'block',
|
||||||
'position':'absolute',
|
'position':'absolute',
|
||||||
@ -176,6 +176,7 @@ RealtimeUpdate = {
|
|||||||
'font-weight':'bold',
|
'font-weight':'bold',
|
||||||
'font-size':'1em'
|
'font-size':'1em'
|
||||||
});
|
});
|
||||||
|
$('#showstream #notices_primary').css({'margin-top':'18px'});
|
||||||
|
|
||||||
RT.click(function() {
|
RT.click(function() {
|
||||||
window.open(url,
|
window.open(url,
|
||||||
|
Loading…
Reference in New Issue
Block a user