From 478be8e9a73928e2c2e0974191c74209efd92445 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Thu, 13 Jun 2019 12:27:45 -0700 Subject: [PATCH] Update invoice CSS --- static/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 528ee40..3700644 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -196,15 +196,15 @@ ul#id_sessions > li > label > input[type=checkbox] { table.pgeuinvoicetable { margin-bottom: 2rem; + border: none !important; } table.pgeuinvoicetable td { - padding: 0.5rem 2rem; + padding: 0.5rem 1rem 0.5rem 0; } -table.pgeuinvoicetable > tbody > tr:first-child > td, -table.pgeuinvoicetable > tbody > tr:last-child > td { - padding: 2rem 2rem 0.5rem 2rem; +table.pgeuinvoicetable td:first-child { + font-weight: 600; } table.pgeuinvoicetable ul { -- 2.39.5