noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/06: Esthétique :bouton zoom , corrige emp


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/06: Esthétique :bouton zoom , corrige emplacement initial
Date: Tue, 26 May 2015 22:31:05 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 500142fc5424be3e9608f204065544c86cbedf2a
Author: Dany De Bontridder <address@hidden>
Date:   Tue May 26 21:01:29 2015 +0200

    Esthétique :bouton zoom , corrige emplacement initial
---
 html/js/todo_list.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/todo_list.js b/html/js/todo_list.js
index bc5781f..ec6161b 100644
--- a/html/js/todo_list.js
+++ b/html/js/todo_list.js
@@ -187,15 +187,15 @@ function zoom_todo ()
     {
         
         $('todo_listg_div').setStyle({'z-index':1,'position':'absolute'});
-        new 
Effect.Scale('todo_listg_div',200,{scaleContent:false,scaleMode:'contents'});
+        new 
Effect.Scale('todo_listg_div',200,{scaleContent:false,scaleMode:'contents',scaleFromCenter
 :false});
         todo_maximize=true;
     } else
     {
         todo_maximize=false;
+        new 
Effect.Scale('todo_listg_div',99,{scaleContent:false,scaleMode:'contents'});
         $('todo_listg_div').setAttribute('style',"");
         /* IE Bug */
          if ($('todo_listg_div').style.setAttribute) { 
$('todo_listg_div').style.setAttribute('cssText', "") ;}
-        new 
Effect.Scale('todo_listg_div',100,{scaleContent:false,scaleMode:'contents'});
     }
    
 }
\ No newline at end of file



reply via email to

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