Not using jquery hide() for commit #51258, seems FF doesn't like a hidden iFrame

This commit is contained in:
Hadi Nategh 2015-01-14 15:06:02 +00:00
parent 58ce536bcb
commit ad09331ac6
2 changed files with 2 additions and 0 deletions

View File

@ -6954,6 +6954,7 @@ a.textSidebox {
.egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
width: 100%;
height: 100%;
visibility: hidden;
}
.egw_fw_mobile_popup_loader {
background-image: url('../images/ajax-loader.gif');

View File

@ -720,6 +720,7 @@
.egw_fw_mobile_popupFrame {
width: 100%;
height: 100%;
visibility: hidden;
}
}
.egw_fw_mobile_popup_loader {