From 09ad797f85a52b4789954e6888bf78b7b7ad9e9b Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 28 Apr 2023 10:56:53 +0200 Subject: [PATCH] Updated CSS --- .../gdvw/public/GeoportalDataViewerWidget.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 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 5779249..c931f1a 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 @@ -20,15 +20,14 @@ .w-my-html-table { padding: 5px; - margin: 20px 10px; font-size: 13px; width: 99%; word-break: break-word; margin-bottom: 30px; - /*! margin: 20px auto; */ - /*! margin-right: 20px; */ - background-color: #f5f5f5; - border-radius: 10px; + background-color: #d9edf7 !important; + border-radius: 5px !important; + margin-top: 40px !important; + margin-bottom: 10px !important; } .w-my-html-table td { @@ -46,8 +45,8 @@ } .w-my-html-table-file { - margin-bottom: 50px; - margin-top: -20px; + /*! margin-bottom: 50px; */ + margin-top: -3px; } .w-my-html-table-file td { @@ -58,10 +57,10 @@ Table Of Contents (TOC) *******************************/ .toc_container { - background: #f9f9f9 none repeat scroll 0 0; + background: #f9f9f9 none repeat scroll 0 0 !important; border: 1px solid #eee; display: table; - font-size: 13px; + font-size: 14px; padding: 5px 15px; min-width: 120px; } @@ -80,6 +79,7 @@ Table Of Contents (TOC) .toc_list_container ul li { list-style: outside none none !important; + font-size: 14px; } .toc_list_container ul li a:visited {