Skip to content
Snippets Groups Projects
Commit e3325607 authored by Julian's avatar Julian
Browse files

Beautify substitution table:

- Mobile-optimize the upper box (and trim the text)
- adjust the position of the `print`-button
- some .idea changes
- hide some text on mobile phones
parent f9cea54f
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
<main> <main>
<div class="row no-margin"> <div class="row no-margin">
<div class="col s12 m6"> <div class="col s10 m6">
<h4>Vertretungen</h4> <h4>Vertretungen</h4>
</div> </div>
<div class="col s12 m6 right align-right"> <div class="col s2 m6 right align-right print-icon">
<a class="waves-effect waves-teal btn-flat btn-flat-medium right" <a class="waves-effect waves-teal btn-flat btn-flat-medium right"
href=" href="
{% if debug %} {% if debug %}
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
{% for row in header_info.rows %} {% for row in header_info.rows %}
<div class="row no-margin"> <div class="row no-margin">
<div class="col s3"> <div class="col s3">
<strong>{{ row.0 }}</strong> <strong class="truncate">{{ row.0 }}</strong>
</div> </div>
<div class="col s9"> <div class="col s9">
{{ row.1 }} {{ row.1 }}
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</div> </div>
</div> </div>
<h5>{{ date|date:"l, j. F Y" }}</h5> <h5 class="hide-on-small-and-down">{{ date|date:"l, j. F Y" }}</h5>
<table class="substitutions striped"> <table class="substitutions striped">
<thead> <thead>
......
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