Fixed visual bug
This commit is contained in:
parent
f40e3883ec
commit
09ed3fa7c3
|
@ -196,7 +196,7 @@ $ignored_params['refr'] = '';
|
|||
$('body').css('margin','0');
|
||||
$('body').css('height','100%');
|
||||
$('body').css('overflow','hidden');
|
||||
|
||||
$('p').css('margin-top','25px');
|
||||
$(".module_graph .menu_graph").css('display','none');
|
||||
|
||||
$(".parent_graph").each(function(){
|
||||
|
|
|
@ -311,6 +311,7 @@ $ignored_params['refr'] = '';
|
|||
});
|
||||
|
||||
$('.item > div').each( function() {
|
||||
$(this).css('margin-bottom','20px');
|
||||
if ($(this).css('float')=='left' || $(this).css('float')=='right') {
|
||||
if($(this).attr('id').indexOf('clock') || $(this).attr('id').indexOf('overlay')){
|
||||
$(this).css('margin-top',(parseInt($(this).parent().css('height'))/2-parseInt($(this).css('height'))/2)+'px');
|
||||
|
|
Loading…
Reference in New Issue