noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 60/73: Cosmetic : navigator on small device


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 60/73: Cosmetic : navigator on small device
Date: Fri, 28 May 2021 05:26:46 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a133320e76f2b205bb204d1e987d6703100dfae2
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue May 11 13:01:36 2021 +0200

    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 6932dda..4eac4f4 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
                         {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]