From 235a69e75e37d0358f224351ad3aabd9fc1ca995 Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 23 Feb 2023 09:30:38 +0100 Subject: [PATCH] missing (generated) CSS files for last 2 commits --- pixelegg/css/mobile.css | 5 ++++- pixelegg/css/monochrome.css | 5 ++++- pixelegg/css/pixelegg.css | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 13eafe7f42..0a06f66021 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -1858,6 +1858,9 @@ body { /** * 23.1 Login page with stock background image */ +div#loginMainDiv.stockLoginBackground { + background-position-y: 100%; +} div#loginMainDiv.stockLoginBackground div#divAppIconBar { postion: relative; top: 5%; @@ -4603,7 +4606,7 @@ span.overlayContainer img.overlay { font-size: 12px; line-height: 1em; margin: 0 15px 2px 2px; - vertical-align: super; + vertical-align: text-top; } #egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon { display: inline-block; diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index 5882fe7a17..b627915156 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -1838,6 +1838,9 @@ body { /** * 23.1 Login page with stock background image */ +div#loginMainDiv.stockLoginBackground { + background-position-y: 100%; +} div#loginMainDiv.stockLoginBackground div#divAppIconBar { postion: relative; top: 5%; @@ -4583,7 +4586,7 @@ span.overlayContainer img.overlay { font-size: 12px; line-height: 1em; margin: 0 15px 2px 2px; - vertical-align: super; + vertical-align: text-top; } #egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon { display: inline-block; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 8d17491948..f9d38c6f83 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -1848,6 +1848,9 @@ body { /** * 23.1 Login page with stock background image */ +div#loginMainDiv.stockLoginBackground { + background-position-y: 100%; +} div#loginMainDiv.stockLoginBackground div#divAppIconBar { postion: relative; top: 5%; @@ -4593,7 +4596,7 @@ span.overlayContainer img.overlay { font-size: 12px; line-height: 1em; margin: 0 15px 2px 2px; - vertical-align: super; + vertical-align: text-top; } #egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon { display: inline-block;