clean up files to put get_events in main file instead of add_to_scripts

This commit is contained in:
lenovo
2022-11-09 14:45:09 +01:00
parent 80c1683904
commit 2a759d1d86
8 changed files with 106 additions and 52 deletions

View File

@@ -0,0 +1,19 @@
@import "mp_info_windows.css";
@import "mp_zoom.css";
@import "mp_filters.css";
#ljdp_map_wrapper {
position: relative;
}
#ljdp_map {
height: 500px;
width: 100%;
}
#temoin {
color: blue;
}

View File

@@ -0,0 +1,14 @@
/*
* FILTERS
*/
#ljdp_map_filters {
border: 1px solid red;
width: 100%;
height: 30px;
}

View File

@@ -1,24 +0,0 @@
#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;
}