Better position on screen

This commit is contained in:
Laurent Destailleur 2020-03-12 00:13:42 +01:00
parent af227ae164
commit fb8e565b53
2 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,7 @@ else print "var received=0;";
}
</script>
<div style="position:absolute; top:2%; left:5%; height:30%; width:91%;">
<div style="position:relative; padding-top: 10px; left:5%; height:150px; width:91%;">
<center>
<div class="paymentbordline paymentbordlinetotal">
<center><span class="takepospay"><font color="white"><?php echo $langs->trans('TotalTTC'); ?>: </font><span id="totaldisplay" class="colorwhite"><?php echo price($invoice->total_ttc, 1, '', 1, -1, -1) ?></span></font></span></center>
@ -233,7 +233,7 @@ else print "var received=0;";
</center>
</div>
<div style="position:absolute; top:33%; left:5%; height:52%; width:92%;">
<div style="position:absolute; left:5%; height:52%; width:92%;">
<?php
$action_buttons = array(
array(

View File

@ -184,7 +184,7 @@ $langs->loadLangs(array('main', 'bills', 'cashdesk'));
}
</script>
<div style="position:absolute; top:2%; left:5%; height:30%; width:91%;">
<div style="position:absolute; top:2%; left:5%; width:91%;">
<center>
<?php
print '<input type="text" class="takepospay" id="reduction_total" name="reduction_total" style="width: 50%;" placeholder="' . $langs->trans('Reduction') . '">';