Fix mobile framework tabs height cross-platform

This commit is contained in:
Hadi Nategh 2014-12-03 11:28:44 +00:00
parent 3639e08367
commit af4d7c35ee
2 changed files with 4 additions and 6 deletions

View File

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

View File

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