From df6a6b9bc2ea43c106b25b056ffc91507ca9f1d8 Mon Sep 17 00:00:00 2001 From: Kyle Tomita Date: Tue, 24 Sep 2013 09:55:02 -0700 Subject: [PATCH] LP1038240 - Patron editor field documentation does not display text Changed the legend tag to have a closing tag. Also modified the css id uedit-help-div, to add a top margin so it does not overlap the save div. Signed-off-by: Kyle Tomita Signed-off-by: Bill Erickson --- Open-ILS/src/templates/actor/user/register.tt2 | 2 +- Open-ILS/web/css/skin/default/register.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/actor/user/register.tt2 b/Open-ILS/src/templates/actor/user/register.tt2 index 95be9629b5..2f764504b2 100644 --- a/Open-ILS/src/templates/actor/user/register.tt2 +++ b/Open-ILS/src/templates/actor/user/register.tt2 @@ -33,7 +33,7 @@ diff --git a/Open-ILS/web/css/skin/default/register.css b/Open-ILS/web/css/skin/default/register.css index 3ea73096b1..8b5736b5e9 100644 --- a/Open-ILS/web/css/skin/default/register.css +++ b/Open-ILS/web/css/skin/default/register.css @@ -30,6 +30,7 @@ -moz-border-radius: 10px; font-weight: bold; padding: 20px; + margin-top: 20px; } #uedit-dupe-div { -- 2.43.2