hotfix: tabulka od. řešení na celou obrazovku
This commit is contained in:
parent
baf08c4f04
commit
1b521049af
2 changed files with 9 additions and 0 deletions
|
@ -1216,6 +1216,13 @@ div.gdpr {
|
|||
}
|
||||
|
||||
/* tabulka odevzdaných a došlých řešení */
|
||||
|
||||
/* Roztáhne obsah z containeru na celou šířku obrazovky: */
|
||||
.full_width {
|
||||
width: 100vw;
|
||||
margin-left: calc(-50vw + 485px);
|
||||
}
|
||||
|
||||
.dosla_reseni tr th, .dosla_reseni tr td {
|
||||
padding: 1px 10px 1px 10px;
|
||||
border-collapse: collapse;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<div class="full_width">
|
||||
<form method=get action=.>
|
||||
{{ filtr.resitele }}
|
||||
{{ filtr.problemy }}
|
||||
|
@ -64,4 +65,5 @@ Do data (včetně): {{ filtr.reseni_do }}
|
|||
location.assign(redirect);
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue