Add CSS styles for multi line invoice table
This commit is contained in:
parent
a811e9f83d
commit
2ae0c8629b
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue