From: dbs Date: Wed, 14 Apr 2010 03:37:43 +0000 (+0000) Subject: Get a bit of space between the text fields and the buttons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2aad7e3f1a0186fd63ff4454871b06cb89b31e20;p=Evergreen.git Get a bit of space between the text fields and the buttons git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16231 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/js/password_reset.js b/Open-ILS/web/opac/skin/default/js/password_reset.js index 337f70897d..ba54469944 100644 --- a/Open-ILS/web/opac/skin/default/js/password_reset.js +++ b/Open-ILS/web/opac/skin/default/js/password_reset.js @@ -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",