From f04ccc9b060a1d311b4a3ee390db8b931044da1f Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 14 Jan 2016 11:18:42 +0000 Subject: [PATCH] Mobile theme WIP: - Make sidebox toggle menu level with nextmatch header --- pixelegg/css/mobile.css | 6 ++++++ pixelegg/css/mobile.less | 11 +++++++++++ 2 files changed, 17 insertions(+) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 64bf2c1c2a..59e7c83d64 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -7486,6 +7486,12 @@ span.egw_tutorial_title { /*mobile etemplate2*/ /*mobile etemplate2*/ @media only screen and (min-width: 320px) and (max-width: 1279px) { + body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_menu { + top: 8px; + } + body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items { + padding-top: 8px; + } body div.dhtmlxMenu_egw_SubLevelArea_Polygon { font-size: medium; top: 50px !important; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 5be3f48f07..87141c2529 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -1018,6 +1018,17 @@ @media only screen and (min-width: 320px) and (max-width: 1279px) { body { + #egw_fw_basecontainer { + #egw_fw_top_toolbar { + div#egw_fw_menu { + top:8px; + } + div#egw_fw_topmenu_items { + padding-top: 8px; + } + } + } + //################### //# # //# CONTEXT MENU #