From 4d379a6f764521495c06d375fb78fa0e74cf030a Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Wed, 31 Mar 2021 11:03:48 +0200 Subject: [PATCH 1/2] order menu project list by customer name --- src/schedule-2.0/templates/base.html.twig | 68 +++++++++++------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/src/schedule-2.0/templates/base.html.twig b/src/schedule-2.0/templates/base.html.twig index 919b4cc..426b403 100644 --- a/src/schedule-2.0/templates/base.html.twig +++ b/src/schedule-2.0/templates/base.html.twig @@ -9,7 +9,7 @@ - + {% block head_style %} {{ encore_entry_link_tags('app') }} {% endblock head_style %} @@ -90,7 +90,7 @@ color: #CFD8DC; font-size: 16px; padding: 0px 10px 0px 10px; - display: block; + display: block; text-transform: uppercase; margin-left: 0px !important; font-weight: bold; @@ -130,26 +130,26 @@ } @media (max-width: 991px) { - .contentsidebar { + .contentsidebar { margin-left: auto; } - + #sidebar { position: static; margin:0px -15px; width: auto; } - } + } a.btn { color:#ffffff; } - + @media (min-width: 992px) { #sidebar { display: block; } - } + } {% if useheader is defined and useheader %} #main { @@ -159,7 +159,7 @@ th.dt-center, td.dt-center { text-align: center; } - + .new-page {display:none;} {% if fgprint is defined and fgprint %} @@ -171,7 +171,7 @@ border :1px solid transparent; page-break-after: always; } - + #sidebar,.navbar,.sf-toolbar { display: none; } @@ -189,8 +189,8 @@ .homecard { display:inline-block; float:none; - } - {% endif %} + } + {% endif %} {% block localstyle %} {% endblock %} @@ -246,7 +246,7 @@ {% endif %} {% endif %} - + {% endif %} @@ -254,7 +254,7 @@ {% set contentsidebar="" %} {% if usesidebar is defined and usesidebar %} {% set contentsidebar="contentsidebar" %} - +