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

Optimize paddings | Optimize spacings (issue #265)

parent da834b17
No related branches found
No related tags found
No related merge requests found
{% load martortags %}
{% if hints %}
\subsection*{Hinweise}
\subsection*{\hspace{0.7em}Hinweise}
\vspace{-0.7em}
\begin{itemize}
\setlength\itemsep{0.1em}
......@@ -12,5 +12,4 @@
{{ hint.text_as_latex|safe }}
{% endfor %}
\end{itemize}
\vspace{-1em}
{% endif %}
\ No newline at end of file
......@@ -24,8 +24,8 @@
% Badge box
\usepackage{tcolorbox}
\newtcbox{\badge}{nobeforeafter,colframe=green,colback=green,boxrule=0pt,arc=4pt,
boxsep=0pt,left=4pt,right=4pt,top=1pt,bottom=1pt,tcbox raise base,
\newtcbox{\badge}{nobeforeafter,colframe=green,colback=green,boxrule=0pt,arc=2pt,
boxsep=0pt,left=4pt,right=4pt,top=2pt,bottom=3pt,tcbox raise base,
grow to left by=0pt,
grow to right by=-3pt,
enlarge top by=1pt,
......@@ -64,7 +64,7 @@ Stand: {% now "j. F Y H:i" %}\\
{% include "timetable/latex/hints.tex" %}
{% if header_info.is_box_needed %}
\begin{tabular}{p{0.22\linewidth}p{0.73\linewidth}}
\begin{tabular}{@{\hspace{-1em}}p{0.22\linewidth}p{0.73\linewidth}}
{% for row in header_info.rows %}
\textbf{ {{ row.0 }} } & {{ row.1 }} \\
{% endfor %}
......@@ -75,8 +75,8 @@ Stand: {% now "j. F Y H:i" %}\\
{% set color_background = 1 %}
{% set last_classes = "" %}
\def\arraystretch{1.0}
\begin{longtable}{p{20mm}p{8mm}p{32mm}p{25mm}p{30mm}p{45mm}}
\def\arraystretch{1.1}
\begin{longtable}{p{20mm}p{10mm}p{30mm}p{25mm}p{30mm}p{45mm}}
\textbf{Klassen} &
\textbf{Std.} &
\textbf{Lehrer} &
......
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