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:
parent
69a3c5dea4
commit
a80c58f932
|
@ -20,9 +20,9 @@
|
|||
<thead id="message-row">
|
||||
<tr>
|
||||
{% if doc.rev != latest_rev %}
|
||||
<th colspan="4" class="alert-warning"> 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"> </th>
|
||||
<th colspan="4"></th>
|
||||
{% endif %}
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
@ -31,9 +31,9 @@
|
|||
<thead id="message-row">
|
||||
<tr>
|
||||
{% if doc.rev != latest_rev %}
|
||||
<th colspan="4" class="alert-warning"> 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"> </th>
|
||||
<th colspan="4"></th>
|
||||
{% endif %}
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue