diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index bcd781020b..a0cebca980 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -6284,17 +6284,6 @@ a.textSidebox { width: 100%; line-height: 32px !important; } - body div.egw_fw_mobile_popup_appHeader .egw_fw_mobile_popup_close { - width: 32px; - height: 32px; - float: right; - background-image: url('../images/cancelled.png'); - /*url(../images/topmenu_items/mobile/menu_active.png);*/ - -webkit-filter: contrast(2); - background-repeat: no-repeat; - z-index: 999; - padding-right: 5px; - } body div.dhtmlxMenu_egw_SubLevelArea_Polygon { font-size: medium; margin-top: 15px; @@ -6987,6 +6976,20 @@ a.textSidebox { height: 100%; visibility: hidden; } + .egw_fw_mobile_popup_container span.egw_fw_mobile_popup_close { + width: 32px; + height: 32px; + float: right; + background-image: url('../images/cancelled.png'); + /*url(../images/topmenu_items/mobile/menu_active.png);*/ + -webkit-filter: contrast(2); + background-repeat: no-repeat; + z-index: 1000; + padding-right: 5px; + top: 0; + right: 2px; + position: absolute; + } .egw_fw_mobile_popup_loader { background: url(../images/loading.gif) center no-repeat; background-size: 120px 120px; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 8e976ff396..8e7fd579f0 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -50,16 +50,7 @@ border-top: none !important; width: 100%; line-height: 32px !important; - .egw_fw_mobile_popup_close { - width: 32px; - height: 32px; - float:right; - background-image: url('../images/cancelled.png');/*url(../images/topmenu_items/mobile/menu_active.png);*/ - -webkit-filter: contrast(2); - background-repeat: no-repeat; - z-index: 999; - padding-right: 5px; - } + } //################### //# # @@ -760,6 +751,19 @@ height: 100%; visibility: hidden; } + span.egw_fw_mobile_popup_close { + width: 32px; + height: 32px; + float:right; + background-image: url('../images/cancelled.png');/*url(../images/topmenu_items/mobile/menu_active.png);*/ + -webkit-filter: contrast(2); + background-repeat: no-repeat; + z-index: 1000; + padding-right: 5px; + top:0; + right:2px; + position: absolute; + } } .egw_fw_mobile_popup_loader { background: url(../images/loading.gif) center no-repeat;