Merge branch 'fix_header_height_and_move_nav_arrows'

This commit is contained in:
Pierre-Louis Bonicoli 2022-07-16 03:41:49 +02:00
commit ee306d8e6d
Signed by: pilou
GPG Key ID: 06914C4A5EDAA6DD
1 changed files with 1 additions and 2 deletions

View File

@ -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;*/
@ -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; }