noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 09/30: #1118 : partage de note Esthétique zo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 09/30: #1118 : partage de note Esthétique zoom
Date: Tue, 02 Jun 2015 22:29:06 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit fc40f2406a246abf09e546f691376c333bd8a938
Author: Dany De Bontridder <address@hidden>
Date:   Sun May 31 11:27:38 2015 +0200

    #1118 : partage de note
    Esthétique zoom
---
 html/js/todo_list.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/html/js/todo_list.js b/html/js/todo_list.js
index daa8390..f499561 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



reply via email to

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