From e34d02a42e5faf99ae353e38af952b1c895a9e81 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Fri, 17 Apr 2020 17:00:17 +0200 Subject: [PATCH] fix search results styling and results count --- kit/search.php | 6 +++++- kit/style.css | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/kit/search.php b/kit/search.php index e5639d5..35d8fa5 100644 --- a/kit/search.php +++ b/kit/search.php @@ -47,7 +47,10 @@ get_header();

- Anzeige der Ergebnisse 1 bis 10 von insgesamt 12 + 1 bis 10 von insgesamt " . $wp_query->found_posts. ""; + ?>

@@ -70,6 +73,7 @@ get_header(); + diff --git a/kit/style.css b/kit/style.css index 69c80dd..e2bb18e 100644 --- a/kit/style.css +++ b/kit/style.css @@ -4832,7 +4832,7 @@ article > p:first-child { } .tx-indexedsearch .tx-indexedsearch-res .link-more span::after { - content: url(../img/arrow-right-grey.svg); + content: url(img/arrow-right-grey.svg); position: absolute; width: 17px; margin-left: 10px;