From 2aad7e3f1a0186fd63ff4454871b06cb89b31e20 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 14 Apr 2010 03:37:43 +0000 Subject: [PATCH] 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 --- Open-ILS/web/opac/skin/default/js/password_reset.js | 1 + 1 file changed, 1 insertion(+) 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", -- 2.11.0