Merge branch 'ent-11836-error-en-el-espaciado-general-de-la-consola-de-pandora' into 'develop'
Ent 11836 error en el espaciado general de la consola de pandora See merge request artica/pandorafms!6314
This commit is contained in:
commit
7e7de8415e
|
@ -488,4 +488,10 @@ echo '</div>';
|
||||||
return height_logo + height_tabs + padding_menu + height_position;
|
return height_logo + height_tabs + padding_menu + height_position;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
<?php
|
||||||
|
if (get_user_language($config['id_user']) == 'es') {
|
||||||
|
?>
|
||||||
|
$('#icon_god-extensions').find('span').attr('style', 'white-space: nowrap;');
|
||||||
|
<?php } ?>
|
||||||
</script>
|
</script>
|
|
@ -168,7 +168,7 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
line-height: 10pt;
|
line-height: 16pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
Loading…
Reference in New Issue