From 7d30d8d6d6ae8d64687d00a83b9c141b16fc73eb Mon Sep 17 00:00:00 2001 From: Jojo144 Date: Sat, 21 Mar 2020 08:37:36 +0100 Subject: [PATCH] =?UTF-8?q?Change=20l'icone=20pour=20facture=20vides=20(ma?= =?UTF-8?q?in=20avec=20c=C5=93ur=20->=20facture)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ihatemoney/static/css/main.css | 6 +- ihatemoney/static/images/bill.svg | 88 +++++++++++++++++++ .../static/images/hand-holding-heart.svg | 1 - ihatemoney/templates/list_bills.html | 2 +- 4 files changed, 92 insertions(+), 5 deletions(-) create mode 100644 ihatemoney/static/images/bill.svg delete mode 100644 ihatemoney/static/images/hand-holding-heart.svg 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 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + + + + + + + + + + + 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 @@
- {{ static_include("images/hand-holding-heart.svg") | safe }} + {{ static_include("images/bill.svg") | safe }}

{{ _('No bills')}}

{{ _("Nothing to list yet.")}}