projects
/
pgopen2019.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395d6d0
)
Update invoice CSS
author
Sarah Conway
<sarah.conway@crunchydata.com>
Thu, 13 Jun 2019 19:27:45 +0000
(12:27 -0700)
committer
Stephen Frost
<sfrost@snowman.net>
Fri, 21 Jun 2019 00:06:20 +0000
(20:06 -0400)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index 528ee40dd677bfd5c53efa117edf49facc25c779..37006449d042ea2cece1fd77da12a81838a95462 100644
(file)
--- 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 {