fix(statements): raise customer address window 0.5in

Move the customer address window up to 2.5in per printed proof, and
pull the body padding-top back up to match.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 08:20:44 -04:00
parent ccc3fac69d
commit 41d3fec08c

View File

@@ -214,11 +214,11 @@ def _wrap_document(pages):
}}
.doc-header .doc-title {{ font-size: 20px; font-weight: bold; letter-spacing: 1px; }}
.recipient-window {{
position: absolute; top: 3.0in; left: 1.125in;
position: absolute; top: 2.5in; left: 1.125in;
width: 4.5in; height: 1.25in; font-size: 15px; line-height: 1.15em;
overflow: hidden;
}}
.statement-body {{ padding: 4.4in 0.6in 0.6in 0.6in; }}
.statement-body {{ padding: 3.9in 0.6in 0.6in 0.6in; }}
.intro {{ font-size: 12px; margin-bottom: 12px; }}
table.items, table.aging {{ width: 100%; border-collapse: collapse; }}
table.items th, table.items td,