diff --git a/static/toodego/_velov.scss b/static/toodego/_velov.scss index 8cefeb7a..7d278dfb 100644 --- a/static/toodego/_velov.scss +++ b/static/toodego/_velov.scss @@ -1,5 +1,5 @@ .tile.velov .tile-content { - p { + p.available-bikes, p.available-bike-stands { padding-left: 40px; font-size: 90%; } @@ -19,4 +19,12 @@ background-size: auto 16px; } } + + .velov-info { + margin: 1em 1em 1em 0; + font-size: 90%; + max-height: 8em; + overflow-y: scroll; + } + } diff --git a/templates/variants/toodego/combo/json/velov.html b/templates/variants/toodego/combo/json/velov.html index 38fd7faf..878c82e5 100644 --- a/templates/variants/toodego/combo/json/velov.html +++ b/templates/variants/toodego/combo/json/velov.html @@ -16,6 +16,12 @@

{{station.available_bike_stands}} place{{ station.available_bike_stands|pluralize }} disponible{{ station.available_bike_stands|pluralize }}

+ {% if station.titre or station.description %} +
+ {% if station.titre %}

{{ station.titre }}

{% endif %} + {% if station.description %}

{{ station.description|linebreaksbr }}

{% endif %} +
+ {% endif %}
M’y rendre