Fix show always close button for all sort of popups in mobile theme

This commit is contained in:
Hadi Nategh 2015-03-25 15:54:26 +00:00
parent 5fb2fbc22c
commit b061210386
2 changed files with 28 additions and 21 deletions

View File

@ -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;

View File

@ -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;