Skip to content

Commit dcccd9c

Browse files
committed
Apply more of the styling from the current meta tables.
Commit ready for merge. - Legacy-Id: 9857
1 parent 9133b94 commit dcccd9c

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

ietf/templates/doc/document_charter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<thead id="message-row">
2121
<tr>
2222
{% if doc.rev != latest_rev %}
23-
<th colspan="4" class="alert-warning">&nbsp;The information below is for an old version of the document</th>
23+
<th colspan="4" class="alert-warning">The information below is for an old version of the document</th>
2424
{% else %}
25-
<th colspan="4">&nbsp;</th>
25+
<th colspan="4"></th>
2626
{% endif %}
2727
</tr>
2828
</thead>

ietf/templates/doc/document_draft.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<thead id="message-row">
3232
<tr>
3333
{% if doc.rev != latest_rev %}
34-
<th colspan="4" class="alert-warning">&nbsp;The information below is for an old version of the document</th>
34+
<th colspan="4" class="alert-warning">The information below is for an old version of the document</th>
3535
{% else %}
36-
<th colspan="4">&nbsp;</th>
36+
<th colspan="4"></th>
3737
{% endif %}
3838
</tr>
3939
</thead>

ietf/templates/group/group_about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<p class="alert alert-warning"><b>Note:</b> The data for concluded {{ group.type.name }}s is occasionally incorrect.</p>
1111
{% endif %}
1212

13-
<br>
1413
<table class="table table-condensed">
14+
<thead><tr><th colspan="3"></th></tr></thead>
1515
<tbody class="meta">
1616
<tr>
1717
<th>{{ group.type.name }}</th>

static/css/ietf.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,11 @@ table tbody.meta th, table tbody.meta td { border-top: 0; }
396396

397397
table tbody.meta th:nth-child(2), table tbody.meta td:nth-child(2) {
398398
text-align: right;
399+
width: 9em;
400+
}
401+
402+
table tbody.meta th:first-child, table tbody.meta td:first-child {
403+
width: 6em;
399404
}
400405

401406

0 commit comments

Comments
 (0)