diff --git a/assets/css/admin.scss b/assets/css/admin.scss index faf125e..53a6e99 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -420,6 +420,35 @@ fieldset.form-group { margin-bottom: 0; } +.crud-header { + &-title { + font-size: 2em; + } + + &-actions { + text-align: right; + margin-bottom: 10px; + } + + @media screen and (min-width: 770px) { + &-title { + float: left; + font-size: 2em; + } + + &-actions { + float: right; + } + + } + + &::after { + display: block; + content: ""; + clear: both; + } +} + .CodeMirror-fullscreen, .editor-toolbar.fullscreen { z-index: 2000; } diff --git a/core/Resources/views/account/admin/edit.html.twig b/core/Resources/views/account/admin/edit.html.twig index f28b3af..047a765 100644 --- a/core/Resources/views/account/admin/edit.html.twig +++ b/core/Resources/views/account/admin/edit.html.twig @@ -5,8 +5,10 @@ {% block title %}{{ 'My account'|trans }} - {{ parent() }}{% endblock %} {% block body %} -
-

{{ 'My account'|trans }}

+
+
+

{{ 'My account'|trans }}

+
diff --git a/core/Resources/views/setting/setting_admin/index.html.twig b/core/Resources/views/setting/setting_admin/index.html.twig index 25ee850..32fa14a 100644 --- a/core/Resources/views/setting/setting_admin/index.html.twig +++ b/core/Resources/views/setting/setting_admin/index.html.twig @@ -4,10 +4,8 @@ {% block body %}
-
-
-

{{ 'Settings'|trans }}

-
+
+

{{ 'Settings'|trans }}

{{ knp_pagination_render(pager) }} diff --git a/core/Resources/views/site/navigation_admin/edit.html.twig b/core/Resources/views/site/navigation_admin/edit.html.twig index 1c1e577..b4a01bb 100644 --- a/core/Resources/views/site/navigation_admin/edit.html.twig +++ b/core/Resources/views/site/navigation_admin/edit.html.twig @@ -4,12 +4,10 @@ {% block body %}
-
-
-

{{ entity.label }}

-
+
+

{{ entity.label }}

-
+
diff --git a/core/Resources/views/site/navigation_admin/index.html.twig b/core/Resources/views/site/navigation_admin/index.html.twig index 0ae0fbd..b288221 100644 --- a/core/Resources/views/site/navigation_admin/index.html.twig +++ b/core/Resources/views/site/navigation_admin/index.html.twig @@ -4,14 +4,10 @@ {% block body %}
-
-
-

- {{ 'Navigations'|trans }} -

-
+
+

{{ 'Navigations'|trans }}

-
+
diff --git a/core/Resources/views/site/navigation_admin/new.html.twig b/core/Resources/views/site/navigation_admin/new.html.twig index d9cb503..37ff48c 100644 --- a/core/Resources/views/site/navigation_admin/new.html.twig +++ b/core/Resources/views/site/navigation_admin/new.html.twig @@ -4,12 +4,10 @@ {% block body %}
-
-
-

Nouvelle navigation

-
+
+

Nouvelle navigation

-
+
diff --git a/core/Resources/views/site/navigation_admin/show.html.twig b/core/Resources/views/site/navigation_admin/show.html.twig index f996cf1..6322efc 100644 --- a/core/Resources/views/site/navigation_admin/show.html.twig +++ b/core/Resources/views/site/navigation_admin/show.html.twig @@ -4,12 +4,10 @@ {% block body %}
-
-
-

{{ entity.label }}

-
: +
+

{{ entity.label }}

-
+
diff --git a/core/Resources/views/site/page_admin/edit.html.twig b/core/Resources/views/site/page_admin/edit.html.twig index b833ff7..b1c0164 100644 --- a/core/Resources/views/site/page_admin/edit.html.twig +++ b/core/Resources/views/site/page_admin/edit.html.twig @@ -4,12 +4,10 @@ {% block body %}
-
-
-

{{ entity.name }}

-
+
+

{{ entity.name }}

-
+
-
+