diff --git a/plugins/UserCountryMap/stylesheets/visitor-map.less b/plugins/UserCountryMap/stylesheets/visitor-map.less index f6cd3fd5553f7acaf64a67b7ffe815637c44d024..6becb0c90277e89fb0205286a0ba15fc2250dbdd 100644 --- a/plugins/UserCountryMap/stylesheets/visitor-map.less +++ b/plugins/UserCountryMap/stylesheets/visitor-map.less @@ -61,7 +61,7 @@ .UserCountryMap-legend { right: 5px; font-size: 9px; - bottom: 40px; + bottom: 24px; } .UserCountryMap-info { diff --git a/plugins/UserCountryMap/templates/visitorMap.twig b/plugins/UserCountryMap/templates/visitorMap.twig index 9940efbdaf47209be30d38c3de3d64184888bc84..cbfc53f02abc024bc6da824a506c8dc585511a0e 100644 --- a/plugins/UserCountryMap/templates/visitorMap.twig +++ b/plugins/UserCountryMap/templates/visitorMap.twig @@ -55,7 +55,7 @@ </div> </div> - <select class="userCountryMapSelectMetrics browser-default" style="float:right;margin-right:10px;margin-bottom:10px;max-width: 10em;font-size:10px;height: auto;"> + <select class="userCountryMapSelectMetrics browser-default" style="float:right;margin-right:25px;margin-bottom:10px;max-width: 10em;font-size:10px;height: auto;"> {% for metric in metrics %} <option value="{{ metric[0] }}" {% if metric[0] == defaultMetric %}selected="selected"{% endif %}}>{{ metric[1] }}</option> {% endfor %}