Modified input fields so they line up better. In IE7, the input text boxes were over flowing the background image.
git-svn-id: http://webgoat.googlecode.com/svn/trunk@69 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
69d8a6e92a
commit
da81501499
@ -100,7 +100,7 @@
|
||||
Disciplinary Explanation:
|
||||
</TD>
|
||||
<TD>
|
||||
<textarea name="<%=SQLInjection.DISCIPLINARY_NOTES%>" rows="3" class="lesson_text_db" ><%=employee.getDisciplinaryActionNotes()%></textarea>
|
||||
<textarea name="<%=SQLInjection.DISCIPLINARY_NOTES%>" cols="16" rows="3" class="lesson_text_db" ><%=employee.getDisciplinaryActionNotes()%></textarea>
|
||||
</TD>
|
||||
<TD>
|
||||
Disciplinary Action Dates:
|
||||
|
Loading…
x
Reference in New Issue
Block a user