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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-06-01 16:48:08 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-06-02 12:21:42 +0300
commit626e4f77f733e716dfb769eb32caaf3518bd2790 (patch)
tree3253ae0d62c53899f63a29688c637f1060dee249 /plugins/UserCountryMap/templates/visitorMap.twig
parentbc652d7aa459a415072fd34ea5b8a208f767932c (diff)
Restore the design of selects in the country map widget
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 b10f1a4bdc..5959be3407 100644
--- a/plugins/UserCountryMap/templates/visitorMap.twig
+++ b/plugins/UserCountryMap/templates/visitorMap.twig
@@ -60,7 +60,7 @@
<option value="{{ metric[0] }}" {% if metric[0] == defaultMetric %}selected="selected"{% endif %}}>{{ metric[1] }}</option>
{% endfor %}
</select>
- <select class="userCountryMapSelectCountry" style="float:right;margin-right:5px;margin-bottom:5px; max-width: 10em;font-size:10px;">
+ <select class="userCountryMapSelectCountry">
<option value="world">{{ 'UserCountryMap_WorldWide'|translate }}</option>
<option disabled="disabled">––––––</option>
<option value="AF">{{ 'UserCountry_continent_afr'|translate }}</option>