noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 177/218: Mantis #1643: Déplacement du "bouto


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 177/218: Mantis #1643: Déplacement du "bouton" «retour en-haut/calculatrice»
Date: Thu, 12 Sep 2019 15:59:05 -0400 (EDT)

sparkyx pushed a commit to branch entreprise
in repository noalyss.

commit b3db0f68fa8a4d71fa02791e48f3e11c0f8f2076
Author: Dany De Bontridder <address@hidden>
Date:   Mon Jan 28 19:37:22 2019 +0100

    Mantis #1643: Déplacement du "bouton" «retour en-haut/calculatrice»
---
 html/js/scripts.js         | 2 +-
 include/param_pcmn.inc.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index ee099d8..b3c8a34 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -2905,7 +2905,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:105px;right:50px;text-align:center;font-size:20px",
+            "style":"padding:5px;left:auto;width:auto;height: 
auto;display:none;position:fixed;bottom:30%;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>';
diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php
index fdb0323..73b2a44 100644
--- a/include/param_pcmn.inc.php
+++ b/include/param_pcmn.inc.php
@@ -76,7 +76,7 @@ echo $mtable->display_table(" where pcm_val::text like 
'{$g_start}%' order by pc
 */
 
     ?>
-    <div id="go_up" class="inner_box" 
style="padding:0px;left:auto;width:250px;height: 
100px;display:none;position:fixed;bottom:5px;right:20px">
+    <div id="go_up" class="inner_box" 
style="padding:0px;left:auto;width:250px;height: 
100px;display:none;position:fixed;bottom:30%;right:20px">
         <div style="margin:3%;padding:3%">
             <a class="icon" href="#up_top" >&#xe81a;</a><a 
href="javascript:show_calc()" class="icon">&#xf1ec;</a>
             <input type="button" class="smallbutton" id="pcmn_update_add_bt3"  
value="<?php echo _('Ajout poste comptable'); ?>">



reply via email to

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