Velká revize stylů (a některých JS) #44
3 changed files with 11 additions and 1 deletions
|
@ -151,7 +151,7 @@ div.cislo_odkazy ul {
|
|||
border-left: solid 1px;
|
||||
}
|
||||
|
||||
.tabulka_oramovane_sloupce tr {
|
||||
.tabulka_oramovane_sloupce thead tr {
|
||||
border-bottom: solid 1px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<div style="overflow-x: auto;">
|
||||
<table class='tabulka_oramovane_sloupce'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>Jméno</th>
|
||||
|
@ -25,6 +26,9 @@
|
|||
<th>Za číslo</th>
|
||||
<th>Za ročník</th>
|
||||
<th>Odjakživa</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for rv in vysledkovka.radky_vysledkovky %}
|
||||
<tr>
|
||||
<td>{% autoescape off %}{{ rv.poradi }}{% endautoescape %}</td>
|
||||
|
@ -46,6 +50,7 @@
|
|||
<td>{{ rv.body_celkem_odjakziva }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<table class='tabulka_oramovane_sloupce'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>Jméno</th>
|
||||
|
@ -9,7 +10,10 @@
|
|||
{{c.rocnik.rocnik}}.{{ c.poradi }}</a></th>
|
||||
{% endfor %}
|
||||
<th>Celkem</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
{% for rv in vysledkovka.radky_vysledkovky %}
|
||||
<tr>
|
||||
<td>{% autoescape off %}{{ rv.poradi }}{% endautoescape %}</td>
|
||||
|
@ -26,4 +30,5 @@
|
|||
<td><b>{{ rv.body_rocnik }}</b></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
<tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue