From 54d7411806276e06321cb89b03c8cff7b3b27458 Mon Sep 17 00:00:00 2001 From: Karl Date: Thu, 22 Sep 2016 09:03:21 +0200 Subject: [PATCH 1/2] Die Hosts der Bilderergebnisse sind jetzt in den Tags unter den Bildern verlinkt --- public/css/styleResultPage.css | 6 +++++- resources/views/metager3bilder.blade.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public/css/styleResultPage.css b/public/css/styleResultPage.css index beb6bc54..9d44be78 100644 --- a/public/css/styleResultPage.css +++ b/public/css/styleResultPage.css @@ -2,6 +2,10 @@ font-family: Liberation Sans, sans-serif; } +.hostlabel a, .hostlabel a:visited { + color: #FFFFFF; +} + .row { margin: 10px 15px; margin-top: 0; @@ -169,7 +173,7 @@ body { background-color: rgba(2, 93, 140, .03); } -a:link { +.resultInformation a { color: #0000FF; } diff --git a/resources/views/metager3bilder.blade.php b/resources/views/metager3bilder.blade.php index de8db655..d37b4d7f 100644 --- a/resources/views/metager3bilder.blade.php +++ b/resources/views/metager3bilder.blade.php @@ -24,7 +24,7 @@
- {{ strip_tags($result->gefVon) }} + {!! $result->gefVon !!}
@endforeach -- GitLab From 7f84d52985003ac5163019af5834d70ad8277dd1 Mon Sep 17 00:00:00 2001 From: Karl Date: Thu, 22 Sep 2016 09:17:39 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Zur=20Fehlervorb=C3=A4ugung=20noch=20eine?= =?UTF-8?q?=20kleine=20Anpassung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/styleResultPage.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/styleResultPage.css b/public/css/styleResultPage.css index 9d44be78..02b54817 100644 --- a/public/css/styleResultPage.css +++ b/public/css/styleResultPage.css @@ -2,7 +2,7 @@ font-family: Liberation Sans, sans-serif; } -.hostlabel a, .hostlabel a:visited { +.hostlabel a:link, .hostlabel a:visited { color: #FFFFFF; } @@ -33,7 +33,7 @@ nav-tabs > li.active { } -/* Hier der Style für unsere Suchleiste */ +/* Hier der Style für unsere Suchleiste */ #researchBar {} @@ -173,7 +173,7 @@ body { background-color: rgba(2, 93, 140, .03); } -.resultInformation a { +a:link { color: #0000FF; } -- GitLab