From eef4a1f2a755a8ba737858d3a6497e719bb19da5 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 4 Nov 2010 19:13:28 +0000 Subject: [PATCH] Put the accounting search box in front of everything --- html/js/accounting_item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/accounting_item.js b/html/js/accounting_item.js index d914386db..c757a3fec 100644 --- a/html/js/accounting_item.js +++ b/html/js/accounting_item.js @@ -75,7 +75,7 @@ function search_poste(obj) sx=document.body.scrollTop+60; } - var div_style="top:"+sx; + var div_style="z-index:15;top:"+sx; add_div({id:'search_account',cssclass:'op_detail',html:loading(),style:div_style}); var dossier=$('gDossier').value;