noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 218/323: element go_up : fix height


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 218/323: element go_up : fix height
Date: Wed, 14 Mar 2018 17:38:52 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 86f196d8823af7f2f2408ab33efc5c66ca487a67
Author: Dany De Bontridder <address@hidden>
Date:   Sun Feb 18 21:19:25 2018 +0100

    element go_up : fix height
---
 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 46ddea9..4e15b53 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -2898,7 +2898,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:95px;right:50px;text-align:center;font-size:20px",
+            "style":"padding:5px;left:auto;width:auto;height: 
auto;display:none;position:fixed;bottom:105px;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>';
@@ -2906,7 +2906,7 @@ function init_scroll()
          window.onscroll=function () {
          if ( document.viewport.getScrollOffsets().top> 0) {
              if ($('go_up').visible() == false) {
-                $('go_up').setOpacity(0.45); 
+                $('go_up').setOpacity(0.65); 
                 $('go_up').show();
                 $('go_up').style.zIndex=99;
             }



reply via email to

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