Remove whitespace between buttons of in-place editor
This commit is contained in:
@@ -247,7 +247,7 @@ $.extend(InlineEditor.prototype, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
replaceContentWithEditor: function() {
|
replaceContentWithEditor: function() {
|
||||||
var buttons_html = (this.settings.show_buttons) ? this.settings.save_button + ' ' + this.settings.cancel_button : '';
|
var buttons_html = (this.settings.show_buttons) ? this.settings.save_button + '' + this.settings.cancel_button : '';
|
||||||
var editorElement = this.createEditorElement(); // needs to happen before anything is replaced
|
var editorElement = this.createEditorElement(); // needs to happen before anything is replaced
|
||||||
/* insert the new in place form after the element they click, then empty out the original element */
|
/* insert the new in place form after the element they click, then empty out the original element */
|
||||||
this.dom.html('<form class="inplace_form" style="display: inline; margin: 0; padding: 0;"></form>')
|
this.dom.html('<form class="inplace_form" style="display: inline; margin: 0; padding: 0;"></form>')
|
||||||
|
|||||||
Reference in New Issue
Block a user