diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index aa5ca935ae..66319107c5 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -6682,12 +6682,6 @@ span.egw_tutorial_title { width: 100%; line-height: 32px !important; } - body div.dhtmlxMenu_egw_SubLevelArea_Polygon { - font-size: medium; - top: 50px !important; - right: 0px; - left: auto !important; - } body table.egwGridView_outer thead tr th { font-size: small !important; } @@ -7493,6 +7487,12 @@ span.egw_tutorial_title { /*mobile etemplate2*/ /*mobile etemplate2*/ @media only screen and (min-width: 320px) and (max-width: 1279px) { + body div.dhtmlxMenu_egw_SubLevelArea_Polygon { + font-size: medium; + top: 50px !important; + right: 0px; + left: auto !important; + } body div#egw_message { bottom: 0px; top: auto; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 676159bf99..2428297deb 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -106,18 +106,7 @@ line-height: 32px !important; } - //################### - //# # - //# CONTEXT MENU # - //# # - //################### - div.dhtmlxMenu_egw_SubLevelArea_Polygon - { - font-size:medium; - top:50px !important; - right:0px; - left:auto !important; - } + //################### //# # @@ -1023,6 +1012,18 @@ @media only screen and (min-width: 320px) and (max-width: 1279px) { body { + //################### + //# # + //# CONTEXT MENU # + //# # + //################### + div.dhtmlxMenu_egw_SubLevelArea_Polygon + { + font-size:medium; + top:50px !important; + right:0px; + left:auto !important; + } div#egw_message { bottom: 0px; top: auto;