owl-map/static/css/map.css

40 lines
516 B
CSS
Raw Normal View History

2021-05-07 16:46:47 +01:00
#map {
position: absolute;
top: 0px;
bottom: 0px;
2021-05-12 23:12:10 +01:00
left: 35%;
width: 65%;
2021-05-07 16:46:47 +01:00
z-index: -1;
}
#search {
position: absolute;
overflow: auto;
top: 20px;
left: 20px;
bottom: 20px;
width: 25%;
background: lightgray;
}
2021-05-12 08:26:01 +01:00
.bg-highlight {
background: lightgray !important;
}
2021-05-07 16:46:47 +01:00
#load-btn {
position: absolute;
top: 20px;
2021-05-09 07:17:40 +01:00
left: 62.5%;
2021-05-07 16:46:47 +01:00
transform: translate(-50%, 0);
}
#sidebar {
position: absolute;
2021-05-08 09:42:40 +01:00
background: #eee;
top: 0px;
left: 0px;
bottom: 0px;
2021-05-07 16:46:47 +01:00
overflow: auto;
2021-05-12 23:12:10 +01:00
width: 35%;
2021-05-07 16:46:47 +01:00
}