Merged in [9857] from lars@netapp.com:

Apply more of the styling from the current meta tables.
 - Legacy-Id: 9868
Note: SVN reference [9857] has been migrated to Git commit dcccd9c863
This commit is contained in:
Henrik Levkowetz 2015-07-23 09:57:33 +00:00
parent 69a3c5dea4
commit a80c58f932
4 changed files with 9 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

@ -401,6 +401,10 @@ table tbody.meta th:nth-child(2), table tbody.meta td:nth-child(2) {
width: 9em;
}
table tbody.meta th:first-child, table tbody.meta td:first-child {
width: 6em;
}
td.ad div { border-bottom: solid #ccc 1px; }