diff --git a/app/assets/stylesheets/maps.sass b/app/assets/stylesheets/maps.sass index 509855da..38ec187b 100644 --- a/app/assets/stylesheets/maps.sass +++ b/app/assets/stylesheets/maps.sass @@ -10,10 +10,8 @@ height: 20em li - position: relative .awesome-marker display: inline-block !important - position: relative .tags #map width: 40% @@ -22,7 +20,7 @@ display: inline-block // Left align the map controls place in the top right corner -form.leaflet-control-layers-list label +section.leaflet-control-layers-list label text-align: left .awesome-marker height: auto !important diff --git a/app/views/maps/index.html.haml b/app/views/maps/index.html.haml index 9580445a..97d6741f 100644 --- a/app/views/maps/index.html.haml +++ b/app/views/maps/index.html.haml @@ -8,7 +8,7 @@ .awesome-marker.awesome-marker-icon-blue %i.icon-white.fa.fa-calendar = Event.model_name.human - - cs = %w(blue red darkred orange green darkgreen purple darkpuple cadetblue) + - cs = %w[blue red darkred orange green darkgreen purple darkpuple cadetblue] - idx = 1 - Kind.all.each do |kind| %li