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@68 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
esheri3 2007-01-22 19:06:32 +00:00
parent 5565d02de6
commit 69d8a6e92a

View File

@ -76,7 +76,7 @@
Comments: Comments:
</TD> </TD>
<TD colspan="3"> <TD colspan="3">
<input name="<%=RoleBasedAccessControl.DESCRIPTION%>" type="text" class="lesson_text_db" value="<%=employee.getPersonalDescription()%>" size="62"/> <input name="<%=RoleBasedAccessControl.DESCRIPTION%>" type="text" class="lesson_text_db" value="<%=employee.getPersonalDescription()%>" size="58"/>
</TD> </TD>
<TR> <TR>
<TD colspan="2"> <TD colspan="2">
@ -91,7 +91,7 @@
</TR> </TR>
<TR> <TR>
<TD colspan="4"> <TD colspan="4">
<textarea name="<%=RoleBasedAccessControl.DISCIPLINARY_NOTES%>" cols="52" rows="2" wrap="off" class="lesson_text_db" ><%=employee.getDisciplinaryActionNotes()%></textarea> <textarea name="<%=RoleBasedAccessControl.DISCIPLINARY_NOTES%>" cols="53" rows="2" wrap="off" class="lesson_text_db" ><%=employee.getDisciplinaryActionNotes()%></textarea>
</TD> </TD>
</TR> </TR>
<TR> <TR>
@ -134,3 +134,4 @@
</table> </table>
</div></form> </div></form>
</div> </div>