Skip to content
Snippets Groups Projects
Commit 086f930d authored by Jan Prachař's avatar Jan Prachař
Browse files

org_index: Ikonka pro zadání

parent a0bfdaf7
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,9 @@
<td class="hidden-xs">
{% set can, reason = o.rights.offer_view_statement() %}
{% if can %}
<a href='{{ url_for('org_task_statement', round_id=o.round.round_id) }}'>stáhnout</a>
<a class="pdf-icon" href='{{ url_for('org_task_statement', round_id=o.round.round_id) }}' title='Stáhnout zadání'>
<img class="media-object" src="{{ url_for('static', filename='img/pdficon.svg') }}" alt="PDF" style="width: 16px; display: inline-block; margin: 2px">
</a>
{% else %}
{{ reason }}
{% endif %}
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3800 4800">
<g><path fill="#F00" d="M0 4800h3800V840L2960 0H0z"/><path fill="#FAFAFA" d="M100 4700h3600V840l-740-740H100z"/><path fill="#F00" d="M2960 840h840L2960 0z"/><path fill="#800" d="M3800 1680V840h-100v740z"/><path fill="#AAA" d="M3700 1580V840h-740z"/></g>
<g><path fill="#FAA" fill-rule="evenodd" d="M400 4400h3000V1400H400zm200-200h2600v-200H600zm0-400h2600v-200H600zm0-400h2600v-200H600zm0-400h2600v-200H600zm0-400h1400v-200H600zm0-400h1400v-200H600zm0-400h1400v-200H600zm1600 800h1000V1600H2200z"/>
<path fill="#F00" fill-rule="evenodd" d="M400 1200h200V900h100c450 0 450-600 0-600H400zm200-450h100c250 0 250-300 0-300H600zm600 450h200c650 0 650-900 0-900h-200zm200-200c400 0 400-500 0-500zm600 200h200V900h300V700h-300V500h400V300h-600"/></g>
</svg>
......@@ -282,6 +282,7 @@ select.no-scroll::-webkit-scrollbar {
}
.pdf-icon {
display: inline-block;
border: 1px solid transparent;
}
.pdf-icon:hover, .pdf-icon:focus {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment