From af4d7c35ee9bf3366d47f020b3281562849fdb0f Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 3 Dec 2014 11:28:44 +0000 Subject: [PATCH] Fix mobile framework tabs height cross-platform --- pixelegg/css/mobile.css | 5 ++--- pixelegg/css/mobile.less | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 9c5012d738..22c22ad074 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 30a598e55f..44ac92ce30 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -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;