]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Move wizard buttons and alter title.
authorChris Porter <redacted>
Sat, 24 Apr 2010 02:30:20 +0000 (03:30 +0100)
committerChris Porter <redacted>
Sat, 24 Apr 2010 02:30:20 +0000 (03:30 +0100)
css/dialogs.css
js/ui/baseui.js

index cffda38c4ae60af392e691f7c3f360ee44cc171c..a40d0ec671e55ecf6ae363844982dfbb0d3f29dd 100644 (file)
@@ -99,9 +99,6 @@
 }
 
 .qwebirc-embeddedwizard div.wizardcontrols {
-  position: absolute;
-  bottom: 3px;
-  right: 6px;
 }
 
 .qwebirc-embeddedwizard .wizardcontrols input {
index 524a8530944612116d6d6cb0b282395b22fee812..ee9b7bdc2f8c134bb3fe6d36f3535613ff3385a5 100644 (file)
@@ -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)});
   },