Add methods to map locations helper.

This commit is contained in:
Senén Rodero Rodríguez
2017-08-07 18:08:20 +02:00
parent a14bb77f49
commit dd7afd3593
4 changed files with 61 additions and 26 deletions

View File

@@ -996,10 +996,15 @@ table {
position: absolute;
border-radius: 50%;
}
.map-attributtion{
visibility: visible;
height: auto;
}
}
.map-marker{
visibility: hidden;
}
.map-attributtion{
visibility: hidden;
height: 0;
}