Update modern.html

This commit is contained in:
Benjamin Beganović 2021-08-16 11:32:58 +02:00
parent aae968f83a
commit 010597374e

View File

@ -189,7 +189,7 @@
} }
#table-totals>.totals-table-right-side>*> :nth-child(1) { #table-totals>.totals-table-right-side>*> :nth-child(1) {
text-align: left; text-align: "$dir_text_align";
margin-top: .75rem; margin-top: .75rem;
} }
@ -232,7 +232,7 @@
[data-ref="total_table-footer"] { [data-ref="total_table-footer"] {
margin-top: 2rem; margin-top: 2rem;
margin-bottom: 2rem margin-bottom: 2rem;
} }
/** Repeating header & footer styling. */ /** Repeating header & footer styling. */
@ -307,7 +307,7 @@
<td> <td>
<div class="header-container" id="header"> <div class="header-container" id="header">
<h1 class="company-name">$company.name</h1> <h1 class="company-name">$company.name</h1>
<table id="entity-details" cellspacing="0"></table> <table id="entity-details" cellspacing="0" dir="$dir"></table>
</div> </div>
</td> </td>
</tr> </tr>