From 58ce536bcbcb8732b2370ffb5a8a4e1b08067d90 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 14 Jan 2015 14:16:47 +0000 Subject: [PATCH] Fix mobile theme first item of context menu not touchable --- pixelegg/css/mobile.css | 1 + pixelegg/css/mobile.less | 1 + 2 files changed, 2 insertions(+) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index befbb9c80b..3670960ca6 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -6277,6 +6277,7 @@ a.textSidebox { } body div.dhtmlxMenu_egw_SubLevelArea_Polygon { font-size: medium; + margin-top: 15px; } body table.egwGridView_outer thead tr th { font-size: small !important; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index f7e953823a..c4a46c3c25 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -47,6 +47,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon { font-size:medium; + margin-top:15px; } //###################