mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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;
|
||||
}
|
||||
#egw_fw_basecontainer {
|
||||
top: 20px;
|
||||
background: white;
|
||||
}
|
||||
#egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header {
|
||||
@ -6585,8 +6584,8 @@ a.textSidebox {
|
||||
background-color: #b4b4b4;
|
||||
}
|
||||
#egw_fw_sidebar {
|
||||
top: 60px;
|
||||
bottom: 1px;
|
||||
top: 76px;
|
||||
bottom: 5px;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu {
|
||||
position: absolute;
|
||||
|
@ -32,7 +32,6 @@ and open the template in the editor.
|
||||
}
|
||||
}
|
||||
#egw_fw_basecontainer{
|
||||
top:20px;
|
||||
background:white;
|
||||
|
||||
|
||||
@ -347,8 +346,8 @@ and open the template in the editor.
|
||||
//# #
|
||||
//###################
|
||||
#egw_fw_sidebar{
|
||||
top: 60px;
|
||||
bottom: 1px;
|
||||
top: 76px;
|
||||
bottom: 5px;
|
||||
//SIDE AREA
|
||||
#egw_fw_sidemenu {
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user