Petites améliorations visuelles
FossilOrigin-Name: d49c7da937399712e76d901e1ce5b1cd6e4db96ebe67e642f4449d4bbb2cce77
This commit is contained in:
parent
1dc7969f0d
commit
27168d0f0b
@ -34,5 +34,18 @@ div.previs_recu
|
|||||||
font-family: Serif;
|
font-family: Serif;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
page-break-after: always;
|
break-after: always;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* supprimer saut de page après dernier */
|
||||||
|
div.previs_recu:last-of-type
|
||||||
|
{
|
||||||
|
font-family: Serif;
|
||||||
|
font-size: 11pt;
|
||||||
|
background-color: white;
|
||||||
|
break-after: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
|
#__profiler {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{include file="_head.tpl" title="%s"|args:$plugin.name current="plugin_%s"|args:$plugin.id}
|
{include file="_head.tpl" title="%s"|args:$plugin.label current="plugin_%s"|args:$plugin.id}
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$fmt = new \NumberFormatter('fr_FR', \NumberFormatter::SPELLOUT);
|
$fmt = new \NumberFormatter('fr_FR', \NumberFormatter::SPELLOUT);
|
||||||
|
Loading…
Reference in New Issue
Block a user