OVERRDING legend-style into 'metadata-profile-form-builder-widget', see

#24188#note-7
This commit is contained in:
Francesco Mangiacrapa 2023-01-13 11:37:20 +01:00
parent 7f850b805f
commit 3775f54f02
2 changed files with 41 additions and 10 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
@ -75,7 +76,8 @@
<wb-module deploy-name="geoportal-data-entry-app-3.0.1">
@ -151,7 +153,8 @@
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
@ -227,7 +230,8 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
@ -303,7 +307,8 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
@ -331,7 +336,11 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="metadata-profile-form-builder-widget-2.0.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/metadata-profile-form-builder-widget/metadata-profile-form-builder-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -407,7 +416,8 @@
<property name="context-root" value="geoportal-data-entry-app"/>
@ -483,7 +493,8 @@
<property name="java-output-path" value="/geoportal-data-entry-app/target/geoportal-data-entry-app-2.0.0-SNAPSHOT/WEB-INF/classes"/>
@ -559,7 +570,8 @@
</wb-module>

View File

@ -270,4 +270,23 @@ h1 {
.no_modal_body_max_height .modal-body {
max-height: 90% !important;
}
}
/** 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' */