facturation/templates/_style.css
2026-02-26 10:09:36 +01:00

25 lines
272 B
CSS

{literal}
.tabs {
text-align: right;
}
#Line1 > .fact_rm_line {
display: none;
}
div.aide {
margin: 1em;
padding: 1em;
}
div.aide ul {
list-style: square;
margin: 1em;
padding: 1em;
}
div.flex {
display: flex;
justify-content : space-between;
}
{/literal}