diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 46b2b067..ec0ad8fc 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -175,10 +175,10 @@ body { border: 0; } -.empty-bill .hand-holding-heart svg { +.empty-bill .billimg svg { fill: lightgray; - height: 5em; - width: 5em; + height: 6em; + width: 4em; } .invites textarea { diff --git a/ihatemoney/static/images/bill.svg b/ihatemoney/static/images/bill.svg new file mode 100644 index 00000000..7272fa22 --- /dev/null +++ b/ihatemoney/static/images/bill.svg @@ -0,0 +1,88 @@ + + + diff --git a/ihatemoney/static/images/hand-holding-heart.svg b/ihatemoney/static/images/hand-holding-heart.svg deleted file mode 100644 index 65ee45e7..00000000 --- a/ihatemoney/static/images/hand-holding-heart.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 7604bd62..7f3f61b3 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -167,7 +167,7 @@
{{ _("Nothing to list yet.")}}