noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 41/323: Category of card : dialog box too lar


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 41/323: Category of card : dialog box too large for screen cannot be viewed
Date: Wed, 14 Mar 2018 17:38:15 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit d9af812882bd47dc026f8fbf9363fb1d3c0af870
Author: Dany De Bontridder <address@hidden>
Date:   Wed Jan 10 09:21:50 2018 +0100

    Category of card : dialog box too large for screen cannot be viewed
---
 html/js/managetable.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/js/managetable.js b/html/js/managetable.js
index afe2799..af876cf 100644
--- a/html/js/managetable.js
+++ b/html/js/managetable.js
@@ -303,7 +303,7 @@ var ManageTable = function (p_table_name)
                     var obj = {id: control, "cssclass": "inner_box", "html": 
loading()};
                     add_div(obj);
                     var pos = calcy(250);
-                    $(obj.id).setStyle({position: "fixed", top:  '250px', 
width: "auto", "margin-left": "20%"});
+                    $(obj.id).setStyle({position: "absolute", top:  '15%', 
width: "auto", "margin-left": "20%"});
                     $(obj.id).update(x['html']);
                 } catch (e) {
                     smoke.alert("ERREUR " + e.message);



reply via email to

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