From c5f491822fc92ee1246c49aa4490f4ebb5b58795 Mon Sep 17 00:00:00 2001 From: Francesco Filicetti Date: Thu, 25 Jul 2024 14:48:10 +0200 Subject: [PATCH] fix: v1.6.24 --- publiccode.yml | 4 ++-- setup.py | 2 +- src/unicms_template_unical/settings.py | 2 +- .../static/css/colors/unicms_master_mimi.css | 6 +++++ .../static/css/colors/unicms_sba.css | 6 +++++ .../static/css/colors/unicms_sssap.css | 6 +++++ .../static/css/colors/unicms_star.css | 6 +++++ .../static/css/unicms_master_mimi.css | 4 ++++ .../static/css/unicms_sba.css | 4 ++++ .../static/css/unicms_sssap.css | 4 ++++ .../static/css/unicms_star.css | 4 ++++ .../templates/pages/master_mimi.html | 22 +++++++++++-------- 12 files changed, 57 insertions(+), 13 deletions(-) diff --git a/publiccode.yml b/publiccode.yml index 8a7b054..5f6e9c6 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -88,10 +88,10 @@ name: uniCMS - Unical template platforms: - linux - web -releaseDate: '2024-07-04' +releaseDate: '2024-07-25' roadmap: 'https://github.com/UniversitaDellaCalabria/unicms-template-unical/issues' softwareType: standalone/web -softwareVersion: v1.6.23 +softwareVersion: v1.6.24 url: 'https://github.com/UniversitaDellaCalabria/unicms-template-unical' usedBy: - Università della Calabria - https://www.unical.it diff --git a/setup.py b/setup.py index be7fb5f..ef59c1f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name=PKG_NAME, - version='1.6.23', + version='1.6.24', packages=[PKG_NAME], package_dir={PKG_NAME: f"{SRC_FOLDER}/{PKG_NAME}"}, diff --git a/src/unicms_template_unical/settings.py b/src/unicms_template_unical/settings.py index 62006e5..73153ab 100644 --- a/src/unicms_template_unical/settings.py +++ b/src/unicms_template_unical/settings.py @@ -4,4 +4,4 @@ # CDN FOR STATICS UNICMS_TEMPLATE_UNICAL_USE_CDN = False -UNICMS_TEMPLATE_UNICAL_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/unicms-template-unical@1.6.23/src/unicms_template_unical/static' +UNICMS_TEMPLATE_UNICAL_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/unicms-template-unical@1.6.24/src/unicms_template_unical/static' diff --git a/src/unicms_template_unical/static/css/colors/unicms_master_mimi.css b/src/unicms_template_unical/static/css/colors/unicms_master_mimi.css index 2fd1667..293d80f 100644 --- a/src/unicms_template_unical/static/css/colors/unicms_master_mimi.css +++ b/src/unicms_template_unical/static/css/colors/unicms_master_mimi.css @@ -7,3 +7,9 @@ .it-header-center-wrapper { background: #fff; } + +@media (max-width: 991px) { + .custom-navbar-toggler svg { + fill: var(--dark_grey_unical); + } +} diff --git a/src/unicms_template_unical/static/css/colors/unicms_sba.css b/src/unicms_template_unical/static/css/colors/unicms_sba.css index 2fd1667..293d80f 100644 --- a/src/unicms_template_unical/static/css/colors/unicms_sba.css +++ b/src/unicms_template_unical/static/css/colors/unicms_sba.css @@ -7,3 +7,9 @@ .it-header-center-wrapper { background: #fff; } + +@media (max-width: 991px) { + .custom-navbar-toggler svg { + fill: var(--dark_grey_unical); + } +} diff --git a/src/unicms_template_unical/static/css/colors/unicms_sssap.css b/src/unicms_template_unical/static/css/colors/unicms_sssap.css index 2fd1667..293d80f 100644 --- a/src/unicms_template_unical/static/css/colors/unicms_sssap.css +++ b/src/unicms_template_unical/static/css/colors/unicms_sssap.css @@ -7,3 +7,9 @@ .it-header-center-wrapper { background: #fff; } + +@media (max-width: 991px) { + .custom-navbar-toggler svg { + fill: var(--dark_grey_unical); + } +} diff --git a/src/unicms_template_unical/static/css/colors/unicms_star.css b/src/unicms_template_unical/static/css/colors/unicms_star.css index 2fd1667..293d80f 100644 --- a/src/unicms_template_unical/static/css/colors/unicms_star.css +++ b/src/unicms_template_unical/static/css/colors/unicms_star.css @@ -7,3 +7,9 @@ .it-header-center-wrapper { background: #fff; } + +@media (max-width: 991px) { + .custom-navbar-toggler svg { + fill: var(--dark_grey_unical); + } +} diff --git a/src/unicms_template_unical/static/css/unicms_master_mimi.css b/src/unicms_template_unical/static/css/unicms_master_mimi.css index 987a668..fdef211 100644 --- a/src/unicms_template_unical/static/css/unicms_master_mimi.css +++ b/src/unicms_template_unical/static/css/unicms_master_mimi.css @@ -8,3 +8,7 @@ .department_logo_lg { height: auto; } + +.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper { + margin-top: -25px; +} diff --git a/src/unicms_template_unical/static/css/unicms_sba.css b/src/unicms_template_unical/static/css/unicms_sba.css index e1594af..c7d1dda 100644 --- a/src/unicms_template_unical/static/css/unicms_sba.css +++ b/src/unicms_template_unical/static/css/unicms_sba.css @@ -8,3 +8,7 @@ .department_logo_lg { height: 120px; } + +.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper { + margin-top: -25px; +} diff --git a/src/unicms_template_unical/static/css/unicms_sssap.css b/src/unicms_template_unical/static/css/unicms_sssap.css index bb94ea5..9c2a542 100644 --- a/src/unicms_template_unical/static/css/unicms_sssap.css +++ b/src/unicms_template_unical/static/css/unicms_sssap.css @@ -8,3 +8,7 @@ .department_logo_lg { height: 90px; } + +.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper { + margin-top: -25px; +} diff --git a/src/unicms_template_unical/static/css/unicms_star.css b/src/unicms_template_unical/static/css/unicms_star.css index 987a668..fdef211 100644 --- a/src/unicms_template_unical/static/css/unicms_star.css +++ b/src/unicms_template_unical/static/css/unicms_star.css @@ -8,3 +8,7 @@ .department_logo_lg { height: auto; } + +.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper { + margin-top: -25px; +} diff --git a/src/unicms_template_unical/templates/pages/master_mimi.html b/src/unicms_template_unical/templates/pages/master_mimi.html index 0704b67..399e27c 100644 --- a/src/unicms_template_unical/templates/pages/master_mimi.html +++ b/src/unicms_template_unical/templates/pages/master_mimi.html @@ -27,6 +27,10 @@ {% endblock header_brand_wrapper %} +{% block header_center_url %} +/mimi/ +{% endblock header_center_url %} + {% block header_center_logo_side %} {% endblock header_center_logo_side %} @@ -45,10 +49,10 @@
@@ -63,17 +67,17 @@

- Scuola Superiore di Scienze delle Amministrazioni Pubbliche + Master di II liv. in Ingegneria della Mobilità sostenibile e delle sue Infrastrutture (MIMI)
- Ampliamento Polifunzionale + DIMEG - Dipartimento di Ingegneria Meccanica Energetica e Gestionale
- 3° Piano + UNICAL - Università della Calabria
- sssap@unical.it + Direttrice: Prof.ssa Ing. Anna Pinnarelli
- sssap@pec.unical.it + Tel: +39 0984 494707
- +39 0984 49 3422 + Mail: anna.pinnarelli@unical.it