From 2ae0c8629bee9919fc71e56dfdf641aabf44d917 Mon Sep 17 00:00:00 2001 From: PCoder Date: Sat, 20 Apr 2019 18:51:23 +0200 Subject: [PATCH] Add CSS styles for multi line invoice table --- hosting/static/hosting/css/order.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hosting/static/hosting/css/order.css b/hosting/static/hosting/css/order.css index 8aafb8a8..e68ade33 100644 --- a/hosting/static/hosting/css/order.css +++ b/hosting/static/hosting/css/order.css @@ -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; } \ No newline at end of file