Get a bit of space between the text fields and the buttons
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Apr 2010 03:37:43 +0000 (03:37 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Apr 2010 03:37:43 +0000 (03:37 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16231 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/skin/default/js/password_reset.js

index 337f708..ba54469 100644 (file)
@@ -88,6 +88,7 @@ function createResetDialog() {
     var usernameText = new dijit.form.TextBox({
         name: "username"
     }).placeAt(pwResetFormCell);
+    dojo.create("br", null, pwResetFormDiv);
     var submitButton = new dijit.form.Button({
         id: "submitButton",
         type: "submit",