From 6d0112a7850b0f32cbdb7b7222b47bccff1e3f90 Mon Sep 17 00:00:00 2001 From: emilbisak Date: Mon, 9 Aug 2021 15:03:30 +0200 Subject: [PATCH] AMZ-2653 - changing invoice, credit note and order stylesheets header styles - changing .container top margin and aligning document details to the top --- src/main/resources/xsl/html/procurement/render-order.xsl | 5 ++--- src/main/resources/xsl/html/render-billing-3.xsl | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/main/resources/xsl/html/procurement/render-order.xsl b/src/main/resources/xsl/html/procurement/render-order.xsl index 681fda0..c19b272 100644 --- a/src/main/resources/xsl/html/procurement/render-order.xsl +++ b/src/main/resources/xsl/html/procurement/render-order.xsl @@ -63,7 +63,7 @@ .container { min-width:775px; - margin: 3em auto 0; + margin: 1em auto 0; } .corner_title_center_content>h1 { @@ -140,7 +140,7 @@ .main_header .document_details { font-family: arial, verdana, Helvetica, sans-serif; justify-self: flex-end; - align-self: flex-end; + align-self: flex-start; text-align: right; } @@ -516,7 +516,6 @@
-

diff --git a/src/main/resources/xsl/html/render-billing-3.xsl b/src/main/resources/xsl/html/render-billing-3.xsl index df665f6..59c369c 100644 --- a/src/main/resources/xsl/html/render-billing-3.xsl +++ b/src/main/resources/xsl/html/render-billing-3.xsl @@ -72,7 +72,7 @@ .container { min-width:775px; - margin: 3em auto 0; + margin: 1em auto 0; } .corner_title_center_content>h1 { @@ -154,7 +154,7 @@ .main_header .document_details { font-family: arial, verdana, Helvetica, sans-serif; justify-self: flex-end; - align-self: flex-end; + align-self: flex-start; text-align: right; } @@ -714,7 +714,6 @@

-