clean up files to put get_events in main file instead of add_to_scripts
This commit is contained in:
19
srcs/plugins/map_prof/styles/mp__style.css
Normal file
19
srcs/plugins/map_prof/styles/mp__style.css
Normal 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;
|
||||
}
|
||||
|
||||
|
||||
14
srcs/plugins/map_prof/styles/mp_filters.css
Normal file
14
srcs/plugins/map_prof/styles/mp_filters.css
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
/*
|
||||
* FILTERS
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ljdp_map_filters {
|
||||
border: 1px solid red;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user