This commit is contained in:
Dany De Bontridder 2018-02-05 22:52:42 +01:00
parent 728a027a6f
commit 69c76dfe6f
4 changed files with 8 additions and 7 deletions

View file

@ -106,5 +106,6 @@ background-repeat: repeat-x repeat-y;
position:absolute;
margin-top:397px;
left:539px;
background-color: white;
}
}

View file

@ -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>';

View file

@ -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)

View file

@ -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>