Skip to content

Commit

Permalink
Merge pull request #51 from unimaze/feature/AMZ-2653-changing-stylesh…
Browse files Browse the repository at this point in the history
…eets-header-styles

AMZ-2653 - changing invoice, credit note and order stylesheets header styles
  • Loading branch information
markusgud authored Aug 9, 2021
2 parents eefc564 + 6d0112a commit 690a30f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/xsl/html/procurement/render-order.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

.container {
min-width:775px;
margin: 3em auto 0;
margin: 1em auto 0;
}

.corner_title_center_content>h1 {
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -516,7 +516,6 @@
</div>
<!-- /Buyer -->
<div class="document_details col-50 margin-right-big">
<br/>
<!-- DOCUMENT DETAILS -->
<xsl:if test="local-name(.) = 'Order'">
<h1>
Expand Down
5 changes: 2 additions & 3 deletions src/main/resources/xsl/html/render-billing-3.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

.container {
min-width:775px;
margin: 3em auto 0;
margin: 1em auto 0;
}

.corner_title_center_content>h1 {
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -714,7 +714,6 @@
</div>
<!-- /SELLER -->
<div class="document_details col-50 margin-right-big">
<br/>
<!-- DOCUMENT DETAILS -->
<xsl:if test="local-name(.) = 'Invoice'">
<h1>
Expand Down

0 comments on commit 690a30f

Please sign in to comment.