Apply more of the styling from the current meta tables.

Commit ready for merge.
 - Legacy-Id: 9857
This commit is contained in:
Lars Eggert 2015-07-22 14:31:01 +00:00
parent 9133b9469e
commit dcccd9c863
4 changed files with 10 additions and 5 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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;
}