Skip to content
Snippets Groups Projects
Commit 0a1a8638 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Some design improvements

parent 32e4f573
No related branches found
No related tags found
No related merge requests found
......@@ -44,20 +44,20 @@
</h3>
</div>
{# Show print button only if not on mobile #}
<div class="col s1 m6 l4 xl3 right align-right no-print">
<div class="col s4 m6 l4 xl3 right align-right no-print">
<a class="waves-effect waves-teal btn-flat btn-flat-medium right hide-on-small-and-down" id="print">
<i class="material-icons center">print</i>
</a>
</div>
</div>
<div class="row" style="display: flex; flex-wrap: wrap;">
<div class="row">
{% if smart %}
{# Show if smart #}
{# Toggle button to regular and smart plan badge #}
<div class="row s12 m6 left">
<span class="badge new primary-color left smart-plan-badge">SMART PLAN</span>
<a class="waves-effect waves-light btn-flat no-print" style="padding: 0px;"
<a class="waves-effect waves-light btn-flat no-print" style="padding-left: 3px; padding-right: 3px;"
href="{% url "timetable_regular_plan" raw_type id "regular" %}">
<i class="material-icons left">slideshow</i>
REGELPLAN ANZEIGEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment