From 88c4220332d33b27523c0695832b0ec434ced316 Mon Sep 17 00:00:00 2001 From: echarp Date: Wed, 17 Oct 2018 18:42:46 +0200 Subject: [PATCH] Small design improvements --- app/assets/stylesheets/maps.sass | 6 ++++++ app/views/tags/show.html.haml | 7 +------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/maps.sass b/app/assets/stylesheets/maps.sass index feaafd35..509855da 100644 --- a/app/assets/stylesheets/maps.sass +++ b/app/assets/stylesheets/maps.sass @@ -9,6 +9,12 @@ &.event, &.orga height: 20em + li + position: relative + .awesome-marker + display: inline-block !important + position: relative + .tags #map width: 40% height: 60em diff --git a/app/views/tags/show.html.haml b/app/views/tags/show.html.haml index a5131587..bf0af17a 100644 --- a/app/views/tags/show.html.haml +++ b/app/views/tags/show.html.haml @@ -1,13 +1,8 @@ %h2 %em.fa.fa-tag - = title t '.title' - \- = title params[:id] - -%h2 - %em.fa.fa-forward - = t '.future' \- + %em.fa.fa-forward = t '.count', count: @events_future.count %aside