mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Fix mobile framework tabs height cross-platform
This commit is contained in:
parent
3639e08367
commit
af4d7c35ee
@ -6285,7 +6285,6 @@ a.textSidebox {
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer {
|
#egw_fw_basecontainer {
|
||||||
top: 20px;
|
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header {
|
#egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header {
|
||||||
@ -6585,8 +6584,8 @@ a.textSidebox {
|
|||||||
background-color: #b4b4b4;
|
background-color: #b4b4b4;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar {
|
#egw_fw_sidebar {
|
||||||
top: 60px;
|
top: 76px;
|
||||||
bottom: 1px;
|
bottom: 5px;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu {
|
#egw_fw_sidebar #egw_fw_sidemenu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -32,7 +32,6 @@ and open the template in the editor.
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer{
|
#egw_fw_basecontainer{
|
||||||
top:20px;
|
|
||||||
background:white;
|
background:white;
|
||||||
|
|
||||||
|
|
||||||
@ -347,8 +346,8 @@ and open the template in the editor.
|
|||||||
//# #
|
//# #
|
||||||
//###################
|
//###################
|
||||||
#egw_fw_sidebar{
|
#egw_fw_sidebar{
|
||||||
top: 60px;
|
top: 76px;
|
||||||
bottom: 1px;
|
bottom: 5px;
|
||||||
//SIDE AREA
|
//SIDE AREA
|
||||||
#egw_fw_sidemenu {
|
#egw_fw_sidemenu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user