From 080eb4a453166eb9e4e704e4fede35ec2b4897c2 Mon Sep 17 00:00:00 2001 From: dcorriveau Date: Sun, 27 Sep 2020 18:08:32 -0400 Subject: [PATCH] Continuing on #680 -changed the f-droid logo to use the real f-droid logo -cleaned up the SVG's used -relaxed the max-width item in main.css slightly --- ihatemoney/static/css/main.css | 2 +- ihatemoney/static/images/android-logo.svg | 64 ----- ihatemoney/static/images/fdroid-logo.svg | 308 ++++++++++++++++++++++ ihatemoney/static/images/play-store.svg | 46 +--- ihatemoney/templates/layout.html | 2 +- 5 files changed, 311 insertions(+), 111 deletions(-) delete mode 100644 ihatemoney/static/images/android-logo.svg create mode 100644 ihatemoney/static/images/fdroid-logo.svg diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index a4fae280..012010a3 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -233,7 +233,7 @@ footer p.footer-links a { footer .footer-right { float: right; margin-top: 6px; - max-width: 180px; + max-width: 300px; } footer .footer-right a { diff --git a/ihatemoney/static/images/android-logo.svg b/ihatemoney/static/images/android-logo.svg deleted file mode 100644 index 7bfd6901..00000000 --- a/ihatemoney/static/images/android-logo.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ihatemoney/static/images/fdroid-logo.svg b/ihatemoney/static/images/fdroid-logo.svg new file mode 100644 index 00000000..00bd9ce1 --- /dev/null +++ b/ihatemoney/static/images/fdroid-logo.svg @@ -0,0 +1,308 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ihatemoney/static/images/play-store.svg b/ihatemoney/static/images/play-store.svg index ff708536..f6e3a5a5 100644 --- a/ihatemoney/static/images/play-store.svg +++ b/ihatemoney/static/images/play-store.svg @@ -1,45 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 5d6fd473..56f69096 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -145,7 +145,7 @@ {{ static_include("images/git.svg") | safe }} - {{ static_include("images/android-logo.svg") | safe }} + {{ static_include("images/fdroid-logo.svg") | safe }} {{ static_include("images/play-store.svg") | safe }}