Skip to content

Commit

Permalink
Apply more of the styling from the current meta tables.
Browse files Browse the repository at this point in the history
Commit ready for merge.
 - Legacy-Id: 9857
  • Loading branch information
larseggert committed Jul 22, 2015
1 parent 9133b94 commit dcccd9c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ietf/templates/doc/document_charter.html
Expand Up @@ -20,9 +20,9 @@
<thead id="message-row">
<tr>
{% if doc.rev != latest_rev %}
<th colspan="4" class="alert-warning">&nbsp;The information below is for an old version of the document</th>
<th colspan="4" class="alert-warning">The information below is for an old version of the document</th>
{% else %}
<th colspan="4">&nbsp;</th>
<th colspan="4"></th>
{% endif %}
</tr>
</thead>
Expand Down
4 changes: 2 additions & 2 deletions ietf/templates/doc/document_draft.html
Expand Up @@ -31,9 +31,9 @@
<thead id="message-row">
<tr>
{% if doc.rev != latest_rev %}
<th colspan="4" class="alert-warning">&nbsp;The information below is for an old version of the document</th>
<th colspan="4" class="alert-warning">The information below is for an old version of the document</th>
{% else %}
<th colspan="4">&nbsp;</th>
<th colspan="4"></th>
{% endif %}
</tr>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion ietf/templates/group/group_about.html
Expand Up @@ -10,8 +10,8 @@
<p class="alert alert-warning"><b>Note:</b> The data for concluded {{ group.type.name }}s is occasionally incorrect.</p>
{% endif %}

<br>
<table class="table table-condensed">
<thead><tr><th colspan="3"></th></tr></thead>
<tbody class="meta">
<tr>
<th>{{ group.type.name }}</th>
Expand Down
5 changes: 5 additions & 0 deletions static/css/ietf.css
Expand Up @@ -396,6 +396,11 @@ table tbody.meta th, table tbody.meta td { border-top: 0; }

table tbody.meta th:nth-child(2), table tbody.meta td:nth-child(2) {
text-align: right;
width: 9em;
}

table tbody.meta th:first-child, table tbody.meta td:first-child {
width: 6em;
}


Expand Down

0 comments on commit dcccd9c

Please sign in to comment.