From eefe9ba9402a64bb2d0938d49e8b3ec6b206920e Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Fri, 9 Mar 2018 03:47:18 +0530 Subject: [PATCH] company fiscal number added to hosting invoice footer --- datacenterlight/static/datacenterlight/css/hosting.css | 4 ++++ hosting/templates/hosting/order_detail.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/datacenterlight/static/datacenterlight/css/hosting.css b/datacenterlight/static/datacenterlight/css/hosting.css index d1b11a02..800fb533 100644 --- a/datacenterlight/static/datacenterlight/css/hosting.css +++ b/datacenterlight/static/datacenterlight/css/hosting.css @@ -542,6 +542,10 @@ font-size: 11px; } +.order_detail_footer small { + font-size: 8px; +} + .dashboard-title-thin { font-weight: 300; font-size: 32px; diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index a8cd58c1..f40ee34c 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -156,7 +156,7 @@ {% else %} {% endif %} {% endif %}