diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index dd8e28d0db..360cad7cbf 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -5498,6 +5498,8 @@ span.overlayContainer img.overlay { display: block; white-space: nowrap; color: #606060; + height: 45px; + width: 45px; } #egw_fw_topmenu_info_items #topmenu_info_timer #topmenu_timer.running { color: black; @@ -8053,6 +8055,9 @@ table.egwGridView_grid img.et2_appicon { body #egw_fw_basecontainer #egw_fw_main { margin-top: 0px; } + body #egw_fw_basecontainer #egw_fw_main .egw_fw_ui_tab_content { + margin-top: 0px; + } body #egw_fw_basecontainer .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon { width: 18px; height: 18px; diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index 3ff0846988..1d254ca2e5 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -370,6 +370,7 @@ #egw_fw_basecontainer { #egw_fw_main { margin-top:0px; + .egw_fw_ui_tab_content {margin-top: 0px;} } .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {