noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 127/323: Esthetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 127/323: Esthetic
Date: Wed, 14 Mar 2018 17:38:37 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 69c76dfe6f760c562c03d51b1391a1704078a264
Author: Dany De Bontridder <address@hidden>
Date:   Mon Feb 5 22:52:42 2018 +0100

    Esthetic
---
 html/index.css             | 1 +
 html/js/scripts.js         | 2 +-
 html/style-classic7.css    | 7 ++++---
 include/param_pcmn.inc.php | 5 ++---
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/html/index.css b/html/index.css
index 57d7410..fc17511 100644
--- a/html/index.css
+++ b/html/index.css
@@ -106,5 +106,6 @@ background-repeat: repeat-x repeat-y;
     position:absolute;
     margin-top:397px;
     left:539px;
+    background-color: white;
 }
 }
diff --git a/html/js/scripts.js b/html/js/scripts.js
index 614fdf0..42942da 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",
+            "style":"padding:5px;left:auto;width:auto;height: 
auto;display:none;position:fixed;bottom:25px;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/html/style-classic7.css b/html/style-classic7.css
index 8190687..193fd72 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -233,8 +233,8 @@ td.mshort {
 td.mtitle {
     margin: 0px;
     padding: 0px;
-    padding-top:5px;
-    padding-bottom: 5px;
+/*    padding-top:5px;
+    padding-bottom: 5px;*/
     text-align:center;
     width:250px;
    
@@ -1245,7 +1245,7 @@ div.menu2 a.mtitle{
     font-size:1rem;
     font-weight: normal;
     color: darkblue;
-    padding:0px;
+    padding:5px;
     margin:0px;
     color: whitesmoke;
     border-radius: 5px;
@@ -2189,6 +2189,7 @@ div.menu2 td.mtitle, div.menu2 td.mtitle a{
 }
 div.menu2 td.mtitle a{
     border-width:0px;
+    padding:5px;
 }
 /**
  * For the icon (font-famillo fontello)
diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php
index 496a49a..8da1c48 100644
--- a/include/param_pcmn.inc.php
+++ b/include/param_pcmn.inc.php
@@ -76,10 +76,9 @@ 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;top:5px;right:20px">
-        <?php echo HtmlInput::title_box(_('Navigation'), 'go_up', "none");?>
+    <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 style="margin:3%;padding:3%">
-            <a class="button" href="#top" ><?php echo "&#8679";?></a>
+            <a class="icon" href="#up_top" >&#xe81a;</a><a 
href="javascript:show_calc()" class="icon">&#xf1ec;</a>
             <input type="button" id="pcmn_update_add_bt3"  value="<?php echo 
_('Ajout poste comptable'); ?>">
         </div>
     </div>



reply via email to

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