mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix extra margin-top in all application's header in mobile template
This commit is contained in:
parent
ec3e18f53f
commit
241b254105
@ -5498,6 +5498,8 @@ span.overlayContainer img.overlay {
|
|||||||
display: block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: #606060;
|
color: #606060;
|
||||||
|
height: 45px;
|
||||||
|
width: 45px;
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_timer #topmenu_timer.running {
|
#egw_fw_topmenu_info_items #topmenu_info_timer #topmenu_timer.running {
|
||||||
color: black;
|
color: black;
|
||||||
@ -8053,6 +8055,9 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
body #egw_fw_basecontainer #egw_fw_main {
|
body #egw_fw_basecontainer #egw_fw_main {
|
||||||
margin-top: 0px;
|
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 {
|
body #egw_fw_basecontainer .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
|
@ -370,6 +370,7 @@
|
|||||||
#egw_fw_basecontainer {
|
#egw_fw_basecontainer {
|
||||||
#egw_fw_main {
|
#egw_fw_main {
|
||||||
margin-top:0px;
|
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 {
|
.egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user