Appearance: add invoice or a file, additional document

This commit is contained in:
sparkyx 2026-01-18 16:57:23 +01:00
parent 6f0c69c0bc
commit 677eacafd3
4 changed files with 25 additions and 9 deletions

View file

@ -2501,6 +2501,8 @@ ul.aligned-block li {
padding: 2rem;
border:1px solid navy;
margin-right:1rem;
width: 20rem;
}
/***************************************************************************
* column in the dashboard
@ -4259,6 +4261,8 @@ span.nb-round {
.bt-center {
margin-bottom: 2rem;
float:inherit;
clear:both;
}
@ -4288,4 +4292,10 @@ span.nb-round {
#module_setting .selectedcell {
background-color:beige;
}
#facturation_div_id{
height:auto;
float:left
}