Author: hnategh
New Revision: 55611
URL: http://svn.stylite.de/viewvc/egroupware?rev=55611&view=rev
Log:
Mobile theme W.I.P.:
- Fix back button miss alignment in popups (Safari)
Modified:
trunk/jdots/js/fw_mobile.js
— trunk/jdots/js/fw_mobile.js (original)
+++ trunk/jdots/js/fw_mobile.js Mon Apr 4 11:22:57 2016
@@ -158,7 +158,6 @@
var $closeBtn = $j(document.createElement(‘span’))
.addClass(‘egw_fw_mobile_popup_close’)
.click(function (){self.close(framework.popup_idx(self.$iFrame[0].contentWindow));});
-
if (framework.getUserAgent() === 'iOS' && !framework.isNotFullScreen()) $closeBtn.css({top:"15px"});
this.$container.prepend($closeBtn);
egw.loading_prompt('popup', true,'',this.$iFrame,'horizental');
this.windowOpener = _wnd;
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs