LP1038240 - Patron editor field documentation does not display text
authorKyle Tomita <tomitakyle@gmail.com>
Tue, 24 Sep 2013 16:55:02 +0000 (09:55 -0700)
committerBill Erickson <berick@esilibrary.com>
Thu, 9 Jan 2014 14:27:08 +0000 (09:27 -0500)
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 <tomitakyle@gmail.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/actor/user/register.tt2
Open-ILS/web/css/skin/default/register.css

index 95be962..2f76450 100644 (file)
@@ -33,7 +33,7 @@
 <!-- context help widget -->
 <a class='hidden' id='uedit-help-template'><img src='/opac/images/advancedsearch-icon.png'></img></a>
 <fieldset id='uedit-help-div' class='hidden'>
-    <legend id='uedit-help-field'/>
+    <legend id='uedit-help-field'></legend>
     <div id='uedit-help-text'></div>
 </fieldset>
 
index 3ea7309..8b5736b 100644 (file)
@@ -30,6 +30,7 @@
     -moz-border-radius: 10px;
     font-weight: bold;
     padding: 20px;
+    margin-top: 20px;
 }
 
 #uedit-dupe-div {