From eb8dd4c297aa9a0822f6248a820a8d2f1bcbf6e3 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Sat, 16 Jul 2022 03:22:59 +0200 Subject: [PATCH 1/2] div#header: fully display title of subprojects Ref #5851 --- stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index ec5b265..cdbd4d1 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -74,7 +74,7 @@ body.controller-calendars #top-menu > ul li a.calendar-link { #header { height: 55px; - padding: 0; + padding: 4px 8px 20px 6px; /* reuse default values from /stylesheets/application.css */ /*height: auto; height: 5em; min-height: 55px;*/ -- 2.30.2 From 1079256dc1ac08bfd7564c761c27122afb18cbef Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Sat, 16 Jul 2022 03:31:05 +0200 Subject: [PATCH 2/2] Don't hide 'settings' tab with the nav arrows Ref #5851 --- stylesheets/application.css | 1 - 1 file changed, 1 deletion(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index cdbd4d1..0880fa6 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -106,7 +106,6 @@ body.controller-calendars #top-menu > ul li a.calendar-link { /* Mostly the tabs just below the page title */ #main-menu { - width: auto; border: none; margin-left: 1em; background-color: transparent; } -- 2.30.2