fix(plating): remove border around CoC certification statement
The .cert-statement-box border was redundant next to the bordered tables; render the statement as plain text (padding 0). Bump reports 19.0.11.28.1. Deployed on entech (fusion_plating_reports upgrade clean). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# License OPL-1 (Odoo Proprietary License v1.0)
|
||||
{
|
||||
'name': 'Fusion Plating — Reports',
|
||||
'version': '19.0.11.28.0',
|
||||
'version': '19.0.11.28.1',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'PDF reports for Fusion Plating: quote, SO, WO, packing, BoL, CoC, invoice, receipt, quality + compliance.',
|
||||
'depends': [
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
.fp-coc td { padding: 5px 8px; vertical-align: top; font-size: 8.5pt; }
|
||||
.fp-coc .text-center { text-align: center; }
|
||||
.fp-coc .text-end { text-align: right; }
|
||||
.fp-coc .cert-statement-box { border: 1px solid #000; padding: 10px; font-size: 8.5pt; }
|
||||
.fp-coc .cert-statement-box { padding: 0; font-size: 8.5pt; }
|
||||
.fp-coc .cert-statement-box h4 { margin: 0 0 6px 0; font-size: 9.5pt; font-weight: bold; }
|
||||
.fp-coc .signature-img { max-height: 2.2cm; max-width: 7cm; }
|
||||
.fp-coc .small-label { font-size: 7.5pt; opacity: 0.7; }
|
||||
|
||||
Reference in New Issue
Block a user