Correcting some badly displayed map marker

This commit is contained in:
echarp 2019-04-19 14:45:47 +02:00
parent 996ae75e14
commit ff9cec213b
2 changed files with 2 additions and 4 deletions

View File

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

View File

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