map: locate user and show marker

This commit is contained in:
Nils Schneider 2015-04-04 19:08:28 +02:00
commit 2c944224e3
6 changed files with 161 additions and 6 deletions

View file

@ -6,6 +6,10 @@
width: 100%;
height: 100%;
button.locate-user:after {
content: '\f2a7';
}
.node-alert {
-webkit-animation: blink 2s linear;
-webkit-animation-iteration-count: infinite;

View file

@ -158,6 +158,10 @@ button {
outline: none;
}
button.active {
color: #dc0067 !important;
}
button:hover {
background: white;
color: #dc0067;