25 lines
245 B
CSS
25 lines
245 B
CSS
|
|
#ljdp_map_wrapper {
|
|
position: relative;
|
|
}
|
|
|
|
#ljdp_map {
|
|
height: 500px;
|
|
width: 100%;
|
|
}
|
|
#temoin {
|
|
color: blue;
|
|
}
|
|
|
|
|
|
#ljdp_map_filters {
|
|
border: 1px solid blue;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 30px;
|
|
}
|
|
|
|
|