Skip to content

Commit 63d71da

Browse files
committed
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
1 parent 326ba16 commit 63d71da

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

ietf/templates/mailinglists/list_approval_base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
{% endblock %}
1919

2020
{% block content %}
21-
<table bgcolor="#88AED2" cellspacing="1" border="0" width="594">
22-
<tr><td>
23-
<table bgcolor="f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
21+
<table bgcolor="#88AED2" cellspacing="1" border="0" width="604">
22+
<tr><td>
23+
<table bgcolor="#f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
2424
<tr>
2525
<td><img src="/images/ietf_topleft.gif" border="0"><img src="/images/blue_title.
2626
gif" border="0"></td>

ietf/templates/mailinglists/list_toapprove.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
{% endifequal %}
2828
{% else %}
2929
<form action="." method="POST">
30-
<table bgcolor="#88AED2" cellspacing="1" border="0" width="594">
30+
<table bgcolor="#88AED2" cellspacing="1" border="0" width="604">
3131
<tr><td>
32-
<table bgcolor="f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
32+
<table bgcolor="#f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
3333
<tr>
3434
<td colspan="2"><img src="/images/ietf_topleft.gif" border="0"><img src="/images/blue_title.gif" border="0"></td>
3535
</tr>

ietf/templates/mailinglists/list_wizard_base.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
{% block content %}
1616

17-
<table bgcolor="#88AED2" cellspacing="1" border="0" width="598">
18-
<tr><td>
19-
<table bgcolor="#f3f8fd" cellpadding="0" cellspacing="0" border="0" width="100%">
17+
<table bgcolor="#88AED2" cellspacing="1" border="0" width="604">
18+
<tr><td>
19+
<table bgcolor="#f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
2020

2121
<tr>
2222
<td colspan="2"><img src="/images/ietf_topleft.gif" border="0"><img src="/images/blue_title.gif" border="0"></td>
@@ -29,9 +29,9 @@
2929
</td></tr>
3030
</table>
3131
<form action="." method="POST" name="form_post">
32-
32+
3333
<h2>Step {{ step|add:"1" }}:</h2>
34-
<table bgcolor="f3f8fd" cellpadding="3" cellspacing="0" border="0" width="100%">
34+
<table bgcolor="#f3f8fd" cellpadding="3" cellspacing="0" border="1" width="100%">
3535
{% block mlform %}
3636
form goes here
3737
{% endblock %}

0 commit comments

Comments
 (0)