diff --git a/pixelegg/css/fancy.css b/pixelegg/css/fancy.css index 8d0bad987d..a70f809cf2 100644 --- a/pixelegg/css/fancy.css +++ b/pixelegg/css/fancy.css @@ -4256,7 +4256,7 @@ body.scrollVertical { #egw_fw_header #egw_divLogo img { max-width: 210px; border: none; - height: 45px; + height: 42px; } #egw_fw_header #egw_fw_topmenu ul, #egw_fw_header #egw_fw_topmenu > * > ul > li, @@ -7282,6 +7282,10 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child { #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active h1 { text-transform: none; } +#egw_fw_header #egw_divLogo img { + margin-top: 2px; + height: 41px; +} #egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header { gap: 1em; padding-top: 5px; diff --git a/pixelegg/css/fancy.less b/pixelegg/css/fancy.less index 8c1d88a150..d665d4acd2 100644 --- a/pixelegg/css/fancy.less +++ b/pixelegg/css/fancy.less @@ -122,6 +122,12 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child { text-transform: none; } +#egw_fw_header { + #egw_divLogo img { + margin-top: 2px; + height: 41px; + } +} #egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header{ gap:1em; padding-top: 5px; diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index c9396e214a..f0515627ab 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -4259,7 +4259,7 @@ body.scrollVertical { #egw_fw_header #egw_divLogo img { max-width: 210px; border: none; - height: 45px; + height: 42px; } #egw_fw_header #egw_fw_topmenu ul, #egw_fw_header #egw_fw_topmenu > * > ul > li, diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index ce6893fb19..ffad8ca482 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -4238,7 +4238,7 @@ body.scrollVertical { #egw_fw_header #egw_divLogo img { max-width: 210px; border: none; - height: 45px; + height: 42px; } #egw_fw_header #egw_fw_topmenu ul, #egw_fw_header #egw_fw_topmenu > * > ul > li, diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 7027cc553b..b7fa5da7f7 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -4249,7 +4249,7 @@ body.scrollVertical { #egw_fw_header #egw_divLogo img { max-width: 210px; border: none; - height: 45px; + height: 42px; } #egw_fw_header #egw_fw_topmenu ul, #egw_fw_header #egw_fw_topmenu > * > ul > li, diff --git a/pixelegg/less/layout_raster_header.less b/pixelegg/less/layout_raster_header.less index 2e0310ca51..4319aba7c6 100644 --- a/pixelegg/less/layout_raster_header.less +++ b/pixelegg/less/layout_raster_header.less @@ -37,7 +37,7 @@ img { max-width: 210px; border: none; - height: 45px; + height: 42px; } } diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 91eb1c6bfe..60c8a9d988 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -4269,7 +4269,7 @@ body.scrollVertical { #egw_fw_header #egw_divLogo img { max-width: 210px; border: none; - height: 45px; + height: 42px; } #egw_fw_header #egw_fw_topmenu ul, #egw_fw_header #egw_fw_topmenu > * > ul > li,