From 60b76f32f510fff12b241753b85b6dd7b24ecaf0 Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Wed, 31 Jul 2019 08:59:59 +0200 Subject: Add project switcher on login page if already logged --- ihatemoney/static/css/main.css | 12 ++++++++++++ ihatemoney/static/images/git.svg | 1 + ihatemoney/static/images/github.svg | 1 - 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 ihatemoney/static/images/git.svg delete mode 100644 ihatemoney/static/images/github.svg (limited to 'ihatemoney/static') diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 73ea513..49e8999 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -27,6 +27,12 @@ body { font-family: "Lobster", arial, serif; } +@media (min-width: 992px) { + .projects-item { + margin-left: auto!important; + } +} + /* Header */ #header { @@ -189,6 +195,12 @@ footer .footer-right a { border-radius: 50%; opacity: 0.5; } +@-moz-document url-prefix() { + /** Firefox style fix **/ + footer .footer-right a { + padding-top: 2px + } +} footer .footer-right a:hover { opacity: 1; } diff --git a/ihatemoney/static/images/git.svg b/ihatemoney/static/images/git.svg new file mode 100644 index 0000000..240616d --- /dev/null +++ b/ihatemoney/static/images/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ihatemoney/static/images/github.svg b/ihatemoney/static/images/github.svg deleted file mode 100644 index 7870c06..0000000 --- a/ihatemoney/static/images/github.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file -- cgit v1.1