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:
|
Disciplinary Explanation:
|
||||||
</TD>
|
</TD>
|
||||||
<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>
|
||||||
<TD>
|
<TD>
|
||||||
Disciplinary Action Dates:
|
Disciplinary Action Dates:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user