Update invoice CSS
authorSarah Conway <sarah.conway@crunchydata.com>
Thu, 13 Jun 2019 19:27:45 +0000 (12:27 -0700)
committerStephen Frost <sfrost@snowman.net>
Fri, 21 Jun 2019 00:06:20 +0000 (20:06 -0400)
static/css/style.css

index 528ee40dd677bfd5c53efa117edf49facc25c779..37006449d042ea2cece1fd77da12a81838a95462 100644 (file)
@@ -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 {