mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
styles: display date and time fields on same line
This commit is contained in:
parent
3042b1b0ca
commit
d18f3dd3dd
@ -12,7 +12,15 @@
|
||||
{{ form_row(edit_form.center) }}
|
||||
{% endif %}
|
||||
{{ form_row(edit_form.name) }}
|
||||
|
||||
{# TODO temporaire: chaque fois qu'on a une date + une heure, on veut afficher sur une seule ligne #}
|
||||
<style>
|
||||
div#event_date { display: flex; flex-direction: row; flex-wrap: nowrap; }
|
||||
div#event_date input#event_date_date { margin-right: 1em; }
|
||||
div#event_date div#event_date_time { min-width: 140px; }
|
||||
</style>
|
||||
{{ form_row(edit_form.date) }}
|
||||
|
||||
{{ form_row(edit_form.type, { 'label': 'Event type' }) }}
|
||||
{{ form_row(edit_form.moderator) }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user