use custom marker

This commit is contained in:
j 2016-01-26 15:50:40 +05:30
commit 5a3a1d7cfb
2 changed files with 111 additions and 19 deletions

View file

@ -5,3 +5,19 @@
bottom: 0px;
top: 0px;
}
#users {
position: absolute;
right: 8px;
}
.person {
border: 2px solid rgb(255, 255, 255);
border-radius: 4px;
color: rgb(255, 255, 255);
cursor: pointer;
font-family: sans-serif;
font-size: 12px;
height: 12px;
line-height: 12px;
padding: 2px 4px 4px;
margin-bottom: 4px;
}