first commit

This commit is contained in:
2026-03-05 13:07:40 +01:00
commit 64ba0721ee
25709 changed files with 4691006 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
p.p24-error {
max-width: 40em;
font-weight: bold;
color: red;
}
table.p24-border {
border: solid 2px gray;
}
table.p24-border th,
table.p24-border td
{
border: solid 1px gray;
padding: .3em;
}
form.p24-label-form label {
position: relative;
display: block;
width: 20em;
clear: both;
line-height: 1.4em;
}
form.p24-label-form label input {
float: right;
}
.order-status.status-processing-p24 {
background:#c6e1c6;
color:#5b841b
}