From d96ae637390dbe04efa459617d79cad49f79889b 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 e17328ecb5..f1e96e4749 100644 --- a/Open-ILS/src/templates/actor/user/register.tt2 +++ b/Open-ILS/src/templates/actor/user/register.tt2 @@ -27,7 +27,7 @@ diff --git a/Open-ILS/web/css/skin/default/register.css b/Open-ILS/web/css/skin/default/register.css index 582975b042..5840b09630 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.11.0