noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/02: Task #1059 - Stock : reprise inventair


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/02: Task #1059 - Stock : reprise inventaire Cosmetic : center the box + size
Date: Mon, 01 Dec 2014 20:02:07 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit e1b3a816078e5688e9fc96eeac113cd700c3b2a2
Author: Dany De Bontridder <address@hidden>
Date:   Mon Dec 1 21:00:51 2014 +0100

    Task #1059 - Stock : reprise inventaire
    Cosmetic : center the box + size
---
 html/js/scripts.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index 7f2d2ae..1deceb6 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -1720,8 +1720,8 @@ function stock_inv_detail(p_dossier, p_id)
 {
     var queryString = "gDossier=" + p_dossier + "&op=view_mod_stock" + 
"&c_id=" + p_id + "&ctl=view_mod_stock_div";
     var nTop = calcy(posY);
-    var nLeft = "200px";
-    var str_style = "top:" + nTop + "px;left:" + nLeft + ";";
+    var nLeft = "10%";
+    var str_style = "top:" + nTop + "px;left:" + nLeft + ";width:80%;";
 
     removeDiv('view_mod_stock_div');
     waiting_box();



reply via email to

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