mapsb/static/css/app.css

25 lines
436 B
CSS
Raw Permalink 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;
2022-09-03 17:00:09 +00:00
z-index: 1000;
2016-01-26 10:20:40 +00:00
}
.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;
}