Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2016-10-03 06:51:08 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-10-03 06:51:08 +0300
commit858b6185a256381860f166b939b42962541a7355 (patch)
tree220c3a7795a15ff09836763f01b642d39f26259d /plugins/UserCountryMap/templates/visitorMap.twig
parentc2c490cfb9577b51c8a7f9db472c781adb2eeb93 (diff)
better positioning of country controls (#10627)
Diffstat (limited to 'plugins/UserCountryMap/templates/visitorMap.twig')
-rw-r--r--plugins/UserCountryMap/templates/visitorMap.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountryMap/templates/visitorMap.twig b/plugins/UserCountryMap/templates/visitorMap.twig
index 9940efbdaf..cbfc53f02a 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 %}