noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/03: Task #1142 - Zoom Pense Bête trop gra


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/03: Task #1142 - Zoom Pense Bête trop grand #1142 fix problem position todo_list
Date: Sun, 05 Jul 2015 14:46:54 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit d638a5cfd11d4832aba010c7e38215d7d193613f
Author: Dany De Bontridder <address@hidden>
Date:   Sun Jul 5 16:24:22 2015 +0200

    Task #1142 - Zoom Pense Bête trop grand
    #1142 fix problem position todo_list
---
 html/js/todo_list.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/html/js/todo_list.js b/html/js/todo_list.js
index 1025df4..80e11e6 100644
--- a/html/js/todo_list.js
+++ b/html/js/todo_list.js
@@ -183,7 +183,7 @@ function zoom_todo ()
     {
         var clonetodo=$('todo_listg_div').clone();
         clonetodo.setAttribute('id','clone_todo_list')
-        
clonetodo.setStyle({'z-index':1,'position':'absolute','width':'95%','height':'95%','top':'2%','right':'2%'})
+        
clonetodo.setStyle({'z-index':1,'position':'absolute','width':'95%','height':'95%','top':'2%','right':'2%','left':'2%'})
         clonetodo.innerHTML=$('todo_listg_div').innerHTML;
         $('todo_listg_div').innerHTML="";
         clonetodo.addClassName('inner_box');



reply via email to

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