diff --git a/resources/assets/less/metager/result.less b/resources/assets/less/metager/result.less index c7dc485186eac5a9b68aef583db8ff49edaab2de..c728697110ba8ba2db9bc42648c199ca53db6778 100644 --- a/resources/assets/less/metager/result.less +++ b/resources/assets/less/metager/result.less @@ -50,8 +50,13 @@ } } } +<<<<<<< Updated upstream .result-body { margin-top: 20px; +======= + .resultpage-body { + margin-top: 10px; +>>>>>>> Stashed changes .result-description { margin-bottom: 3px; word-break: break-word; @@ -84,7 +89,7 @@ } } .result-footer { - margin-top: 25px; + margin-top: 10px; display: flex; flex-wrap: wrap; overflow: auto; diff --git a/resources/views/parts/quicktip.blade.php b/resources/views/parts/quicktip.blade.php index cc9a8be6f16a4160607c146d6c8faabc3f0cf00b..25f6425101606e423d2b8e8481f3473e0a116ae2 100644 --- a/resources/views/parts/quicktip.blade.php +++ b/resources/views/parts/quicktip.blade.php @@ -40,15 +40,27 @@ </details> @else <div class="quicktip-summary"> - @if ($quicktip->title != "") - <h1> - @if ($quicktip->link != "") - <a href="{{ $quicktip->link }}">{{ $quicktip->title }}</a> - @else - {{ $quicktip->title }} + <div class="quicktip-headline"> + @if ($quicktip->title != "") + <h1 class="quicktip-title"> + @if ($quicktip->link != "") + <a href="{{ $quicktip->link }}">{{ $quicktip->title }}</a> + @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 - </h1> - @endif + @endif + </div> <p>{!! $quicktip->descr !!}</p> </div> @endif \ No newline at end of file