From a133320e76f2b205bb204d1e987d6703100dfae2 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 11 May 2021 13:01:36 +0200 Subject: [PATCH] Cosmetic : navigator on small device --- html/js/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/scripts.js b/html/js/scripts.js index 6932dda62..4eac4f41a 100644 --- a/html/js/scripts.js +++ b/html/js/scripts.js @@ -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 {