mapsb/static/css/app.css

24 lines
417 B
CSS
Raw Normal View History

2016-01-26 08:53:03 +00:00
#map {
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
}
2016-01-26 10:20:40 +00:00
#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;
}