mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Update tech.html
This commit is contained in:
parent
9837a70f65
commit
9a5c3554e2
@ -190,7 +190,7 @@
|
||||
}
|
||||
|
||||
#table-totals>.totals-table-right-side>*> :nth-child(1) {
|
||||
text-align: left;
|
||||
text-align: "$dir_text_align";
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
@ -278,15 +278,15 @@
|
||||
<img class="company-logo" src="$company.logo"
|
||||
alt="$company.name logo">
|
||||
<div class="top-right-side-section">
|
||||
<section>
|
||||
<div dir="$dir">
|
||||
<span class="header-payment-due-label">$payment_due_label:</span>
|
||||
<span>$payment_due</span>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<div dir="$dir">
|
||||
<span class="header-amount-due-label">$amount_due_label:</span>
|
||||
<span class="header-amount-due-value">$amount_due</span>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user