From 2cd87d00a3e508f36ccb3566ac6221457f8540f8 Mon Sep 17 00:00:00 2001 From: Jojo144 Date: Sat, 21 Mar 2020 07:55:28 +0100 Subject: [PATCH] Icon indicate --- ihatemoney/static/css/main.css | 2 +- ihatemoney/static/images/indicate.svg | 88 +++++++++++++++++++++++++++ ihatemoney/templates/home.html | 2 +- 3 files changed, 90 insertions(+), 2 deletions(-) create mode 100644 ihatemoney/static/images/indicate.svg diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 258c97e8..26905b6e 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -65,7 +65,7 @@ body { } #header .showcaseimg { - width: 36px; + width: 55px; margin-left: 5px; margin-bottom: 8px; } diff --git a/ihatemoney/static/images/indicate.svg b/ihatemoney/static/images/indicate.svg new file mode 100644 index 00000000..1d6caae6 --- /dev/null +++ b/ihatemoney/static/images/indicate.svg @@ -0,0 +1,88 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + + + + + diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html index 104b3753..11c01818 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -11,7 +11,7 @@ {% endif %} {% if g.lang == 'fr' %} ou Voir la BD explicative - + {% endif %}