Move map controls higher in the small screen view
This commit is contained in:
parent
0c2d538aa7
commit
d04e3ac9f8
2 changed files with 8 additions and 4 deletions
|
@ -440,7 +440,11 @@ body.site-export #tabnav a#exportanchor {
|
||||||
|
|
||||||
.site-index .leaflet-top,
|
.site-index .leaflet-top,
|
||||||
.site-export .leaflet-top {
|
.site-export .leaflet-top {
|
||||||
margin-top: 40px !important;
|
top: 40px !important;
|
||||||
|
|
||||||
|
.leaflet-control {
|
||||||
|
margin-top: 0px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Rules for edit menu */
|
/* Rules for edit menu */
|
||||||
|
|
|
@ -96,9 +96,9 @@ h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-index .leaflet-top .leaflet-control,
|
.site-index .leaflet-top,
|
||||||
.site-export .leaflet-top .leaflet-control {
|
.site-export .leaflet-top {
|
||||||
margin-top: 10px !important;
|
top: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Rules for the main content area */
|
/* Rules for the main content area */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue