mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update modern.html
This commit is contained in:
parent
aae968f83a
commit
010597374e
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user