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:
parent
5565d02de6
commit
69d8a6e92a
@ -76,7 +76,7 @@
|
||||
Comments:
|
||||
</TD>
|
||||
<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>
|
||||
<TR>
|
||||
<TD colspan="2">
|
||||
@ -91,7 +91,7 @@
|
||||
</TR>
|
||||
<TR>
|
||||
<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>
|
||||
</TR>
|
||||
<TR>
|
||||
@ -133,4 +133,5 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div></form>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user