mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 17:15:31 +00:00
some styling
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
<div class="pb-6 mx-auto bg-slate-50 w-full border-t-8 border-slate-600 ">
|
||||
<div class="py-3 mx-auto bg-slate-50 w-full border-t-8 border-slate-600 ">
|
||||
<header class="mx-auto w-fit mt-12">
|
||||
<a href="/" class="no-underline">
|
||||
<h1 class="text-2xl">Königsberger gelehrte und politische Zeitungen</h1>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
name="q"
|
||||
id="search"
|
||||
placeholder="Suche"
|
||||
class="px-2.5 py-1.5 border w-full"
|
||||
class="px-2.5 py-1.5 border w-full bg-white"
|
||||
hx-get="/suche/?noCache=true"
|
||||
hx-trigger="input changed delay:200ms, keyup[key=='Enter']"
|
||||
hx-select="main"
|
||||
|
||||
@@ -55,9 +55,15 @@
|
||||
</div>
|
||||
|
||||
<div class="p-4 w-full max-w-md flex flex-col h-full">
|
||||
<h3 class="text-lg font-semibold text-slate-800 mb-4 flex items-center gap-2">
|
||||
<h3 class="text-lg font-semibold text-slate-800 mb-4 flex items-center justify-between">
|
||||
<div class="flex items-center gap-2">
|
||||
<i class="ri-user-line text-slate-600"></i>
|
||||
Auswahl nach Person
|
||||
</div>
|
||||
<div class="flex items-center gap-1">
|
||||
<i class="ri-arrow-right-line"></i>
|
||||
<a href="/akteure/a" class="text-sm text-slate-600 hover:underline">Personen</a>
|
||||
</div>
|
||||
</h3>
|
||||
|
||||
<!-- Person Jump Filter -->
|
||||
@@ -111,14 +117,21 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</person-jump-filter>
|
||||
</div>
|
||||
|
||||
<div class="p-4 w-full max-w-md flex flex-col h-full">
|
||||
<h3 class="text-lg font-semibold text-slate-800 mb-4 flex items-center gap-2">
|
||||
<h3 class="text-lg font-semibold text-slate-800 mb-4 flex items-center justify-between">
|
||||
<div class="flex items-center gap-2">
|
||||
<i class="ri-map-pin-line text-slate-600"></i>
|
||||
Auswahl nach Ort
|
||||
</div>
|
||||
<div class="flex items-center gap-1">
|
||||
<i class="ri-arrow-right-line"></i>
|
||||
<a href="/ort/" class="text-sm text-slate-600 hover:underline">Orte</a>
|
||||
</div>
|
||||
</h3>
|
||||
|
||||
<!-- Place Jump Filter -->
|
||||
@@ -146,6 +159,7 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</place-jump-filter>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="mb-6">
|
||||
<a href="/ort/" class="inline-flex items-center text-blue-600 hover:text-blue-700 text-sm">
|
||||
<i class="ri-arrow-left-line mr-2"></i>
|
||||
Zur<EFBFBD>ck zur <EFBFBD>bersicht
|
||||
Zurück zur Übersicht
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user