noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 173/323: Esthetic : put the anchor at a bette


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 173/323: Esthetic : put the anchor at a better place
Date: Wed, 14 Mar 2018 17:38:44 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit bf83083b92bf750f21d9480c7d849742f9f4e37c
Author: Dany De Bontridder <address@hidden>
Date:   Sat Feb 10 09:47:02 2018 +0100

    Esthetic : put the anchor at a better place
---
 html/js/scripts.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index e278eb8..6c8d1d3 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -2896,7 +2896,7 @@ function create_anchor_up()
 function init_scroll()
 {
     var up=new Element('div',{"class":"inner_box",
-            "style":"padding:5px;left:auto;width:auto;height: 
auto;display:none;position:fixed;bottom:25px;right:50px;text-align:center;font-size:20px",
+            "style":"padding:5px;left:auto;width:auto;height: 
auto;display:none;position:fixed;bottom:95px;right:50px;text-align:center;font-size:20px",
             id:"go_up"
         });
         up.innerHTML=' <a class="icon" href="#up_top" >&#xe81a;</a><a 
href="javascript:show_calc()" class="icon">&#xf1ec;</a>';
@@ -2904,7 +2904,7 @@ function init_scroll()
          window.onscroll=function () {
          if ( document.viewport.getScrollOffsets().top> 0) {
              if ($('go_up').visible() == false) {
-                $('go_up').setOpacity(0.80); 
+                $('go_up').setOpacity(0.45); 
                 $('go_up').show();
                 $('go_up').style.zIndex=99;
             }



reply via email to

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