From 24e2fb3c2ea4e01df75172984089edcb7fdebb72 Mon Sep 17 00:00:00 2001 From: afornerot Date: Fri, 11 Jun 2021 10:26:00 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20prenom=20nom=20dans=20la=20banni=C3=A8r?= =?UTF-8?q?e=20(fixes=20#32761)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/Cadoles/CoreBundle/Resources/public/css/style.css | 6 ++++++ .../src/Cadoles/CoreBundle/Resources/views/base.html.twig | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/css/style.css b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/css/style.css index 3d446a49..b9f38400 100644 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/css/style.css +++ b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/css/style.css @@ -110,6 +110,12 @@ body { margin-left: 10px; } +#navbar-nameuser { + position: absolute; + top: 50px; + right: 30px; +} + @media (max-width: 767px) { .navbar-default .navbar-header #title { display: none; diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/base.html.twig b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/base.html.twig index 65d4958f..604ecd58 100644 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/base.html.twig +++ b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/base.html.twig @@ -84,6 +84,10 @@ {{ include('@CadolesCore/Include/menu.html.twig') }} {% endif %} + + {% if app.user %} + + {% endif %} {% endif %} {% endif %}