From 9ab92b5fa0b1a9f2a794b29275fb4dacc07d863b Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher Date: Wed, 11 Mar 2020 12:48:06 +0100 Subject: [PATCH] - landing page - better detail page of dataset with tabs --- .../views/frontend/dataset/show.blade.php | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/resources/views/frontend/dataset/show.blade.php b/resources/views/frontend/dataset/show.blade.php index ef45b40..653dbd5 100644 --- a/resources/views/frontend/dataset/show.blade.php +++ b/resources/views/frontend/dataset/show.blade.php @@ -27,13 +27,13 @@
@@ -102,6 +102,13 @@
@@ -134,14 +141,14 @@ display: inline; } - ul.tab-nav li a.button { + ul.tab-nav li span.button { border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin-bottom: -1px; border-bottom: none; } - ul.tab-nav li a.active.button { + ul.tab-nav li span.active.button { border-bottom: 0.175em solid #fff; } @@ -256,15 +263,15 @@