Move map controls higher in the small screen view

This commit is contained in:
Tom Hughes 2012-11-22 13:03:49 +00:00
parent 0c2d538aa7
commit d04e3ac9f8
2 changed files with 8 additions and 4 deletions

View file

@ -440,7 +440,11 @@ body.site-export #tabnav a#exportanchor {
.site-index .leaflet-top,
.site-export .leaflet-top {
margin-top: 40px !important;
top: 40px !important;
.leaflet-control {
margin-top: 0px !important;
}
}
/* Rules for edit menu */

View file

@ -96,9 +96,9 @@ h1 {
display: none;
}
.site-index .leaflet-top .leaflet-control,
.site-export .leaflet-top .leaflet-control {
margin-top: 10px !important;
.site-index .leaflet-top,
.site-export .leaflet-top {
top: 8px !important;
}
/* Rules for the main content area */