From 3775f54f02cabcc3490bf01caac5e22b568d7b41 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 13 Jan 2023 11:37:20 +0100 Subject: [PATCH] OVERRDING legend-style into 'metadata-profile-form-builder-widget', see #24188#note-7 --- .settings/org.eclipse.wst.common.component | 30 +++++++++++++++------- src/main/webapp/GeoPortalDataEntryApp.css | 21 ++++++++++++++- 2 files changed, 41 insertions(+), 10 deletions(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 452a3c8..a40b9ab 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,6 @@ - + + @@ -75,7 +76,8 @@ - + + @@ -151,7 +153,8 @@ - + + @@ -227,7 +230,8 @@ - + + @@ -303,7 +307,8 @@ - + + @@ -331,7 +336,11 @@ - + + uses + + + @@ -407,7 +416,8 @@ - + + @@ -483,7 +493,8 @@ - + + @@ -559,7 +570,8 @@ - + + diff --git a/src/main/webapp/GeoPortalDataEntryApp.css b/src/main/webapp/GeoPortalDataEntryApp.css index 6387bfb..14efc07 100644 --- a/src/main/webapp/GeoPortalDataEntryApp.css +++ b/src/main/webapp/GeoPortalDataEntryApp.css @@ -270,4 +270,23 @@ h1 { .no_modal_body_max_height .modal-body { max-height: 90% !important; -} \ No newline at end of file +} + + +/** OVERRDING legend-style into 'metadata-profile-form-builder-widget' */ + +.legend-style { + width: auto !important; + padding-left: 10px !important; + padding-top: 0px !important; + padding-right: 10px !important; + margin-bottom: 0px !important; + border-bottom: 0px !important; +} + +.legend-style small { + display: block; + font-size: 12px !important; +} + +/** END OVERRDING legend-style into 'metadata-profile-form-builder-widget' */ \ No newline at end of file