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:
|
||||
</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>
|
||||
Disciplinary Action Dates:
|
||||
@ -128,7 +128,6 @@
|
||||
<input type="submit" name="action" value="<%=CrossSiteScripting.LOGOUT_ACTION%>"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user