Correct esthetic

This commit is contained in:
Dany De Bontridder 2014-03-02 14:54:36 +01:00
parent 9f91396ab9
commit ca54411ab4
5 changed files with 22 additions and 2 deletions

View file

@ -1145,8 +1145,8 @@ function mod_predf_op(dossier_id, od_id)
var target = "mod_predf_op";
removeDiv(target);
var sx = '20%';
var sy = '20%';
var str_style = "top:" + sx + ";left:" + sy + 'width:60%;';
var sy = '10%';
var str_style = "top:" + sx + ";left:" + sy+";";
var div = {id: target, cssclass: 'inner_box', style: str_style, html: loading(), drag: 1};