From e7fa19dd4b3fb7cf1174be9d8f4284e2e776e806 Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Mon, 27 Apr 2020 19:15:39 +0200 Subject: [PATCH] add: css-class->pdf_heading; mv page_footer_table -> pdf_footer_table --- Application/views/tpl/deliverynote.tpl | 56 +++++++++++++++----------- 1 file changed, 33 insertions(+), 23 deletions(-) diff --git a/Application/views/tpl/deliverynote.tpl b/Application/views/tpl/deliverynote.tpl index 8fb7fe7..d70be14 100644 --- a/Application/views/tpl/deliverynote.tpl +++ b/Application/views/tpl/deliverynote.tpl @@ -11,7 +11,6 @@ table{ font-family: "helvetica"; } - .aligning{ text-align: right; } @@ -40,42 +39,35 @@ padding-bottom: 5px; padding-top: 5px; } - {*---------------------*} + {*pdf_header*} .pdf_header_positioning{ position: absolute; top: 30px; right: 44px; } - {*---------------------*} - {*page_footer*} - .page_footer_table{ + + {*pdf_footer*} + .pdf_footer_table{ width: 688px; font-size: 9px; margin: 0 30px 0 30px; border-top: solid 1px #000; } - {*---------------------*} + {*pdf_heading*} .pdf_heading_table{ width: 100%; margin-top: 8mm; } - {* order_article_costs *} - .article_costs_table{ - width: 100%; - border-top: solid 0.15mm #000; + .pdf_heading_width35{ + width: 35%; } - .article_costs_table_td_width50{ - width: 50%; + .pdf_heading_fontSize8{ + font-size: 8px; } - .article_costs_table_paddingRight{ - padding-right: -3px; - } - - {*order_shop_past_thank*} - .past_thank_width100{ - width: 100%; + .pdf_heading_width65{ + width: 65%; } {*heading_order_information*} @@ -153,6 +145,24 @@ .order_article_listing_fontSize9{ font-size: 9px; } + + {* order_article_costs *} + .article_costs_table{ + width: 100%; + border-top: solid 0.15mm #000; + } + .article_costs_table_td_width50{ + width: 50%; + } + .article_costs_table_paddingRight{ + padding-right: -3px; + } + + {*order_shop_past_thank*} + .past_thank_width100{ + width: 100%; + } + {* footer styling *} .footer_parts{ width: 33.33%; @@ -166,7 +176,7 @@ [{/block}] - + [{block name="shop_basic_information"}]