From fd49599cc76de69e81f645257845778571d4d964 Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Mon, 29 Jul 2019 22:10:58 +0200 Subject: Arrange navbar items by functions --- ihatemoney/static/css/main.css | 13 +++++++++++++ ihatemoney/static/images/globe.svg | 1 + ihatemoney/static/images/glyphicons-halflings-white.png | Bin 4352 -> 0 bytes ihatemoney/static/images/glyphicons-halflings.png | Bin 4352 -> 0 bytes 4 files changed, 14 insertions(+) create mode 100644 ihatemoney/static/images/globe.svg delete mode 100644 ihatemoney/static/images/glyphicons-halflings-white.png delete mode 100644 ihatemoney/static/images/glyphicons-halflings.png (limited to 'ihatemoney/static') diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index ae056c8..47ede77 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -328,3 +328,16 @@ tr:hover .extra-info { .row-fluid > .offset1 { margin-left: 8.5%; } + +.globe-europe svg { + display: inline-block; + border-bottom: 0.2em solid transparent; + height: 1.2em; + fill: rgba(255,255,255,.5) +} +.navbar-nav .dropdown-toggle:hover .globe-europe svg { + fill: rgba(255,255,255,.75); +} +.navbar-dark .navbar-nav .show > .nav-link svg { + fill: white; +} \ No newline at end of file diff --git a/ihatemoney/static/images/globe.svg b/ihatemoney/static/images/globe.svg new file mode 100644 index 0000000..5982330 --- /dev/null +++ b/ihatemoney/static/images/globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ihatemoney/static/images/glyphicons-halflings-white.png b/ihatemoney/static/images/glyphicons-halflings-white.png deleted file mode 100644 index a20760b..0000000 Binary files a/ihatemoney/static/images/glyphicons-halflings-white.png and /dev/null differ diff --git a/ihatemoney/static/images/glyphicons-halflings.png b/ihatemoney/static/images/glyphicons-halflings.png deleted file mode 100644 index 92d4445..0000000 Binary files a/ihatemoney/static/images/glyphicons-halflings.png and /dev/null differ -- cgit v1.1