mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
move styles in new css, adapt webpack config
This commit is contained in:
parent
07b5f2f2ff
commit
78acb56b43
4
Resources/public/css/chillevent.css
Normal file
4
Resources/public/css/chillevent.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
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; }
|
||||||
|
|
@ -12,13 +12,6 @@
|
|||||||
{{ form_row(edit_form.center) }}
|
{{ form_row(edit_form.center) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ form_row(edit_form.name) }}
|
{{ 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.date) }}
|
||||||
|
|
||||||
{{ form_row(edit_form.type, { 'label': 'Event type' }) }}
|
{{ form_row(edit_form.type, { 'label': 'Event type' }) }}
|
||||||
|
@ -10,13 +10,6 @@
|
|||||||
{{ form_row(form.circle) }}
|
{{ form_row(form.circle) }}
|
||||||
{{ form_row(form.center) }}
|
{{ form_row(form.center) }}
|
||||||
{{ form_row(form.name) }}
|
{{ form_row(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(form.date) }}
|
{{ form_row(form.date) }}
|
||||||
|
|
||||||
{{ form_row(form.type, { 'label': 'Event type' }) }}
|
{{ form_row(form.type, { 'label': 'Event type' }) }}
|
||||||
|
4
chill.webpack.config.js
Normal file
4
chill.webpack.config.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
// this file loads all assets from the Chill event bundle
|
||||||
|
|
||||||
|
// css
|
||||||
|
require('./Resources/public/css/chillevent.css');
|
Loading…
x
Reference in New Issue
Block a user