Cosmetic : navigator on small device

This commit is contained in:
sparkyx 2021-05-11 13:01:36 +02:00
parent 7df9dcc9e5
commit a133320e76

View file

@ -2345,7 +2345,7 @@ function ask_navigator(p_dossier) {
onFailure: ajax_misc_failure,
onSuccess: function (req) {
remove_waiting_box();
add_div({id: 'navi_div', style: 'top:2em;left:2em;width:90%', cssclass: 'inner_box'});
add_div({id: 'navi_div', style: 'top:2em;', cssclass: 'inner_box'});
$('navi_div').innerHTML = req.responseText;
try
{