Add CSS styles for multi line invoice table

This commit is contained in:
PCoder 2019-04-20 18:51:23 +02:00
parent a811e9f83d
commit 2ae0c8629b
1 changed files with 13 additions and 0 deletions

View File

@ -112,4 +112,17 @@
.dcl-place-order-text {
color: #808080;
}
table {
border-collapse: collapse;
}
tr.border_bottom td {
border-bottom:1pt solid #eee;
}
tr.grand-total-padding td {
padding-top: 10px;
font-weight: bold;
}