Fix extra margin-top in all application's header in mobile template

This commit is contained in:
Hadi Nategh 2022-09-27 11:26:43 +02:00
parent ec3e18f53f
commit 241b254105
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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 {