From 777ac2e08d2d41486147ed1ec35bca23f0adc7d2 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 4 May 2023 15:15:52 +0200 Subject: [PATCH] updated css --- .../gdvw/public/GeoportalDataViewerWidget.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/gcube/portlets/widgets/gdvw/public/GeoportalDataViewerWidget.css b/src/main/java/org/gcube/portlets/widgets/gdvw/public/GeoportalDataViewerWidget.css index 0a63da7..f1743ac 100644 --- a/src/main/java/org/gcube/portlets/widgets/gdvw/public/GeoportalDataViewerWidget.css +++ b/src/main/java/org/gcube/portlets/widgets/gdvw/public/GeoportalDataViewerWidget.css @@ -7,8 +7,14 @@ } .w-page-view-details .page-header { - margin-bottom: 22px; - padding-top: 5px; + margin-top: 30px !important; + margin-bottom: 0px !important; +} + +.w-page-view-details .page-header h1 { + padding: 0px !important; + margin: 0px !important; + font-size: 26px; } .w-page-view-details p { @@ -23,11 +29,12 @@ width: 100%; word-break: break-word; margin-bottom: 30px; - border-radius: 5px !important; - margin-top: 40px !important; + border-radius: 10px !important; + margin-top: 30px !important; margin-bottom: 10px !important; padding-top: 20px; background-color: #f2f6fc !important; + /*! border-top: 2px solid #f2f2fc; */ } .w-my-html-table tr td { @@ -57,7 +64,6 @@ padding-left: 10px; font-size: 16px !important; } - /****************************** Table Of Contents (TOC) *******************************/