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@67 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
edbd6446b6
commit
5565d02de6
@ -100,7 +100,7 @@
|
|||||||
Disciplinary Explanation:
|
Disciplinary Explanation:
|
||||||
</TD>
|
</TD>
|
||||||
<TD>
|
<TD>
|
||||||
<textarea name="<%=CrossSiteScripting.DISCIPLINARY_NOTES%>" rows="3" class="lesson_text_db" ><%=employee.getDisciplinaryActionNotes()%></textarea>
|
<textarea name="<%=CrossSiteScripting.DISCIPLINARY_NOTES%>" cols="16" rows="3" class="lesson_text_db" ><%=employee.getDisciplinaryActionNotes()%></textarea>
|
||||||
</TD>
|
</TD>
|
||||||
<TD>
|
<TD>
|
||||||
Disciplinary Action Dates:
|
Disciplinary Action Dates:
|
||||||
@ -129,6 +129,5 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user