Fixed some more look-and-feel dissimilarities in the mailinglist forms; most of them caused by non-compliant or non-consistent old html copied over and inpreteded more strictly when served as XHTML.

- Legacy-Id: 573
This commit is contained in:
Henrik Levkowetz 2007-06-21 07:15:24 +00:00
parent 326ba16c1b
commit 63d71da178
3 changed files with 10 additions and 10 deletions

View file

@ -18,9 +18,9 @@ th {
{% endblock %}
{% block content %}
<table bgcolor="#88AED2" cellspacing="1" border="0" width="594">
<tr><td>
<table bgcolor="f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
<table bgcolor="#88AED2" cellspacing="1" border="0" width="604">
<tr><td>
<table bgcolor="#f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
<tr>
<td><img src="/images/ietf_topleft.gif" border="0"><img src="/images/blue_title.
gif" border="0"></td>

View file

@ -27,9 +27,9 @@ th {
{% endifequal %}
{% else %}
<form action="." method="POST">
<table bgcolor="#88AED2" cellspacing="1" border="0" width="594">
<table bgcolor="#88AED2" cellspacing="1" border="0" width="604">
<tr><td>
<table bgcolor="f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
<table bgcolor="#f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
<tr>
<td colspan="2"><img src="/images/ietf_topleft.gif" border="0"><img src="/images/blue_title.gif" border="0"></td>
</tr>

View file

@ -14,9 +14,9 @@ th { text-align: left; vertical-align: top; font-weight: normal;}
{% block content %}
<table bgcolor="#88AED2" cellspacing="1" border="0" width="598">
<tr><td>
<table bgcolor="#f3f8fd" cellpadding="0" cellspacing="0" border="0" width="100%">
<table bgcolor="#88AED2" cellspacing="1" border="0" width="604">
<tr><td>
<table bgcolor="#f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
<tr>
<td colspan="2"><img src="/images/ietf_topleft.gif" border="0"><img src="/images/blue_title.gif" border="0"></td>
@ -29,9 +29,9 @@ th { text-align: left; vertical-align: top; font-weight: normal;}
</td></tr>
</table>
<form action="." method="POST" name="form_post">
<h2>Step {{ step|add:"1" }}:</h2>
<table bgcolor="f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
<table bgcolor="#f3f8fd" cellpadding="3" cellspacing="0" border="1" width="100%">
{% block mlform %}
form goes here
{% endblock %}