move styles in new css, adapt webpack config

This commit is contained in:
2019-01-25 11:17:29 +01:00
parent 07b5f2f2ff
commit 78acb56b43
4 changed files with 8 additions and 14 deletions

View 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; }