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;
|
border-left: solid 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabulka_oramovane_sloupce tr {
|
.tabulka_oramovane_sloupce thead tr {
|
||||||
border-bottom: solid 1px;
|
border-bottom: solid 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<div style="overflow-x: auto;">
|
<div style="overflow-x: auto;">
|
||||||
<table class='tabulka_oramovane_sloupce'>
|
<table class='tabulka_oramovane_sloupce'>
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
<th>Jméno</th>
|
<th>Jméno</th>
|
||||||
|
@ -25,6 +26,9 @@
|
||||||
<th>Za číslo</th>
|
<th>Za číslo</th>
|
||||||
<th>Za ročník</th>
|
<th>Za ročník</th>
|
||||||
<th>Odjakživa</th>
|
<th>Odjakživa</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
{% for rv in vysledkovka.radky_vysledkovky %}
|
{% for rv in vysledkovka.radky_vysledkovky %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{% autoescape off %}{{ rv.poradi }}{% endautoescape %}</td>
|
<td>{% autoescape off %}{{ rv.poradi }}{% endautoescape %}</td>
|
||||||
|
@ -46,6 +50,7 @@
|
||||||
<td>{{ rv.body_celkem_odjakziva }}</td>
|
<td>{{ rv.body_celkem_odjakziva }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<table class='tabulka_oramovane_sloupce'>
|
<table class='tabulka_oramovane_sloupce'>
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
<th>Jméno</th>
|
<th>Jméno</th>
|
||||||
|
@ -9,7 +10,10 @@
|
||||||
{{c.rocnik.rocnik}}.{{ c.poradi }}</a></th>
|
{{c.rocnik.rocnik}}.{{ c.poradi }}</a></th>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<th>Celkem</th>
|
<th>Celkem</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
|
||||||
|
<tbody>
|
||||||
{% for rv in vysledkovka.radky_vysledkovky %}
|
{% for rv in vysledkovka.radky_vysledkovky %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{% autoescape off %}{{ rv.poradi }}{% endautoescape %}</td>
|
<td>{% autoescape off %}{{ rv.poradi }}{% endautoescape %}</td>
|
||||||
|
@ -26,4 +30,5 @@
|
||||||
<td><b>{{ rv.body_rocnik }}</b></td>
|
<td><b>{{ rv.body_rocnik }}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue