Skip to content
Extraits de code Groupes Projets
Valider 858b6185 rédigé par Thomas Steur's avatar Thomas Steur Validation de Matthieu Aubry
Parcourir les fichiers

better positioning of country controls (#10627)

parent c2c490cf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
.UserCountryMap-legend { .UserCountryMap-legend {
right: 5px; right: 5px;
font-size: 9px; font-size: 9px;
bottom: 40px; bottom: 24px;
} }
.UserCountryMap-info { .UserCountryMap-info {
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</div> </div>
</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 %} {% for metric in metrics %}
<option value="{{ metric[0] }}" {% if metric[0] == defaultMetric %}selected="selected"{% endif %}}>{{ metric[1] }}</option> <option value="{{ metric[0] }}" {% if metric[0] == defaultMetric %}selected="selected"{% endif %}}>{{ metric[1] }}</option>
{% endfor %} {% endfor %}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter