]> git.agnieray.net Git - galette.git/commitdiff
Page template improvement
authorGuillaume AGNIERAY <dev@agnieray.net>
Sun, 1 Oct 2023 18:52:35 +0000 (20:52 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 5 Oct 2023 04:50:20 +0000 (06:50 +0200)
galette/templates/default/page.html.twig

index e51228deb169932daed309cde7de52754dba5c39..162bbcbc5bcd180681822fcb3410db0701adde80 100644 (file)
@@ -26,8 +26,6 @@
                     <h1 class="ui block center aligned header" style="position: relative">
 {% else %}
                     <div class="ui horizontal basic segments header">
-                        <div class="ui left aligned segment">
-                        </div>
                         <div class="ui center aligned segment">
                             <h1>
 {% endif %}
@@ -35,7 +33,7 @@
                             </h1>
 {% if login.isLogged() %}
                         </div>
-                        <div class="ui right aligned segment">
+                        <div class="ui right aligned compact segment">
                             <div class="ui compact tiny menu">
             {% if cur_route != 'mailing' and existing_mailing == true %}
                                 <a
@@ -64,9 +62,8 @@
                 </section>
             </div>
         </div>
-        <a href="#" id="back2top" class="ui basic icon button">
+        <a href="#" id="back2top" class="circular big ui icon button" title="{{ _T("Back to top") }}">
             <i class="arrow up icon"></i>
-            {{ _T("Back to top") }}
         </a>
         {% include "elements/scripts.html.twig" %}
         {% block javascripts %}{% endblock %}