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-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 */

View file

@ -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 */