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
parentc2c490cfb9577b51c8a7f9db472c781adb2eeb93 (diff)
better positioning of country controls (#10627)
Diffstat (limited to 'plugins/UserCountryMap')
-rw-r--r--plugins/UserCountryMap/stylesheets/visitor-map.less2
-rw-r--r--plugins/UserCountryMap/templates/visitorMap.twig2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserCountryMap/stylesheets/visitor-map.less b/plugins/UserCountryMap/stylesheets/visitor-map.less
index f6cd3fd555..6becb0c902 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 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 %}