From: Chris Porter Date: Sat, 24 Apr 2010 02:30:20 +0000 (+0100) Subject: Move wizard buttons and alter title. X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/commitdiff_plain/bcd2d24fdcf825e6fc595bb95064d2d3fb819f80 Move wizard buttons and alter title. --- diff --git a/css/dialogs.css b/css/dialogs.css index cffda38..a40d0ec 100644 --- a/css/dialogs.css +++ b/css/dialogs.css @@ -99,9 +99,6 @@ } .qwebirc-embeddedwizard div.wizardcontrols { - position: absolute; - bottom: 3px; - right: 6px; } .qwebirc-embeddedwizard .wizardcontrols input { diff --git a/js/ui/baseui.js b/js/ui/baseui.js index 524a853..ee9b7bd 100644 --- a/js/ui/baseui.js +++ b/js/ui/baseui.js @@ -293,7 +293,7 @@ qwebirc.ui.StandardUI = new Class({ d.setSubWindow(ew); }, embeddedWindow: function() { - this.addCustomWindow("Embedding wizard", qwebirc.ui.EmbedWizard, "embeddedwizard", {baseURL: this.options.baseURL, uiOptions: this.uiOptions, optionsCallback: function() { + this.addCustomWindow("Add webchat to your site", qwebirc.ui.EmbedWizard, "embeddedwizard", {baseURL: this.options.baseURL, uiOptions: this.uiOptions, optionsCallback: function() { this.optionsWindow(); }.bind(this)}); },