Mobile alignments and toolbar #151 (#157)

* improved toolbar position #151
* fixed alignments on mobile #151
* fixed moment js #151
This commit is contained in:
Kevin Papst
2018-06-05 23:15:25 +02:00
committed by GitHub
parent 0445a255d0
commit 6eef9f6f37
13 changed files with 42 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
<div class="toolbar no-print">
{% if collapsible %}<div class="collapse{% if displayInitial %} collapse.show in{% endif %}" id="{{ collapsible }}">{% endif %}
{% form_theme form 'form/toolbar-theme.html.twig' %}
{{ form_start(form, { 'attr': {'class': 'navbar-form navbar-left'}}) }}
{{ form_start(form, { 'attr': {'class': 'navbar-form'}}) }}
{{ form_widget(form) }}
{{ form_end(form) }}
{% if collapsible %}</div>{% endif %}