Style tweak and new highligher

This commit is contained in:
vita10gy
2013-04-12 23:57:53 -05:00
parent 135d4b893d
commit f0f621acb6
2 changed files with 96 additions and 1 deletions

View File

@ -31,7 +31,8 @@ window.portalHighlighterControl = function() {
});
$("#portal_highlight_select").val(_current_highlighter);
$("#portal_highlight_select").change(function(){ changePortalHighlights($(this).val());});
$(".leaflet-top.leaflet-left").css('margin-top','25px');
$(".leaflet-top.leaflet-left").css('padding-top','25px');
$(".leaflet-control-scale-line").css('margin-top','25px');
}
}