1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Adjust business design

This commit is contained in:
Hillel Coren 2017-06-26 21:41:42 +03:00
parent ab06b72e66
commit 1832411982

View File

@ -30,12 +30,12 @@
}, },
{ {
"canvas": [{ "type": "rect", "x": 20, "y": 0, "w": 174, "h": "$invoiceDetailsHeight","r":10, "lineWidth": 1,"color":"$primaryColor:#eb792d"}], "canvas": [{ "type": "rect", "x": 20, "y": 0, "w": 174, "h": "$invoiceDetailsHeight","r":10, "lineWidth": 1,"color":"$primaryColor:#eb792d"}],
"width":36, "width":30,
"margin":[200,25,0,0] "margin":[200,25,0,0]
}, },
{ {
"table": { "table": {
"widths": [64, 70], "widths": [70, 76],
"body": "$invoiceDetails" "body": "$invoiceDetails"
}, },
"layout": "noBorders", "layout": "noBorders",