Skip to content
Snippets Groups Projects
Commit 1fcf8001 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Quicktips entsprechend umgebaut, jetzt mit richtiger Struktur für alle Varianten

parent aaf37c32
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -50,8 +50,13 @@ ...@@ -50,8 +50,13 @@
} }
} }
} }
<<<<<<< Updated upstream
.result-body { .result-body {
margin-top: 20px; margin-top: 20px;
=======
.resultpage-body {
margin-top: 10px;
>>>>>>> Stashed changes
.result-description { .result-description {
margin-bottom: 3px; margin-bottom: 3px;
word-break: break-word; word-break: break-word;
...@@ -84,7 +89,7 @@ ...@@ -84,7 +89,7 @@
} }
} }
.result-footer { .result-footer {
margin-top: 25px; margin-top: 10px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
overflow: auto; overflow: auto;
......
...@@ -40,15 +40,27 @@ ...@@ -40,15 +40,27 @@
</details> </details>
@else @else
<div class="quicktip-summary"> <div class="quicktip-summary">
@if ($quicktip->title != "") <div class="quicktip-headline">
<h1> @if ($quicktip->title != "")
@if ($quicktip->link != "") <h1 class="quicktip-title">
<a href="{{ $quicktip->link }}">{{ $quicktip->title }}</a> @if ($quicktip->link != "")
@else <a href="{{ $quicktip->link }}">{{ $quicktip->title }}</a>
{{ $quicktip->title }} @else
{{ $quicktip->title }}
@endif
</h1>
<div class="space-taker"></div>
@if ($quicktip->gefVonLink != "")
<a class="quicktip-hoster" href="{{ $quicktip->gefVonLink }}" target="_blank" rel="noopener">
@if ($quicktip->gefVonTitle != "")
{{ $quicktip->gefVonTitle }}
@else
{{ $quicktip->gefVonTitle }}
@endif
</a>
@endif @endif
</h1> @endif
@endif </div>
<p>{!! $quicktip->descr !!}</p> <p>{!! $quicktip->descr !!}</p>
</div> </div>
@endif @endif
\ No newline at end of file
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