diff --git a/plugins/jqueryui/themes/elastic/jquery-ui.css b/plugins/jqueryui/themes/elastic/jquery-ui.css index c1cafa9c1..725b19df8 100644 --- a/plugins/jqueryui/themes/elastic/jquery-ui.css +++ b/plugins/jqueryui/themes/elastic/jquery-ui.css @@ -518,7 +518,6 @@ button.ui-button::-moz-focus-inner { } .ui-dialog .ui-dialog-buttonpane button { margin: .75em 0 .75em .5em; - cursor: pointer; } .ui-dialog .ui-resizable-n { height: 2px; diff --git a/program/js/app.js b/program/js/app.js index 97801ce99..ca024fdbf 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -4060,7 +4060,7 @@ function rcube_webmail() ref.mark_all_read(folder, $('input:checked', this).val()); return true; }, - {button: 'mark', height: 120} + {button: 'mark', height: 100} ); return; @@ -6782,7 +6782,7 @@ function rcube_webmail() this.qrcode = function() { var title = this.get_label('qrcode'), - options = {button: false, cancel_button: 'close', width: 300, height: 350}, + options = {button: false, cancel_button: 'close', width: 300, height: 300}, img = new Image(300, 300); img.src = this.url('addressbook/qrcode', {_source: this.env.source, _cid: this.env.cid}); @@ -7766,8 +7766,8 @@ function rcube_webmail() width = popup.width(), height = popup.height(); popup.dialog('option', { - height: Math.min(h - 40, height + 28 + (buttons ? 50 : 0)), - width: Math.min(w - 20, width + 28) + height: Math.min(h - 40, height + 70 + (buttons ? 50 : 0)), + width: Math.min(w - 20, width + 24) }); // assign special classes to dialog buttons