From fc40f2406a246abf09e546f691376c333bd8a938 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 31 May 2015 11:27:38 +0200 Subject: [PATCH] =?UTF-8?q?#1118=20:=20partage=20de=20note=20Esth=C3=A9tiq?= =?UTF-8?q?ue=20zoom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/js/todo_list.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/js/todo_list.js b/html/js/todo_list.js index daa8390ca..f499561ba 100644 --- a/html/js/todo_list.js +++ b/html/js/todo_list.js @@ -183,10 +183,11 @@ function zoom_todo () { var clonetodo=$('todo_listg_div').clone(); clonetodo.setAttribute('id','clone_todo_list') - clonetodo.setStyle({'z-index':1,'position':'absolute','width':'100%','height':'100%'}) + clonetodo.setStyle({'z-index':1,'position':'absolute','width':'95%','height':'95%','top':'2%','right':'2%'}) clonetodo.innerHTML=$('todo_listg_div').innerHTML; $('todo_listg_div').innerHTML=""; - + clonetodo.addClassName('inner_box'); + clonetodo.removeClassName('box'); document.body.appendChild(clonetodo); todo_maximize=true; } else