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 }}