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

@ -53,6 +53,7 @@
@ -129,6 +130,7 @@
@ -205,6 +207,7 @@
@ -281,6 +284,7 @@
@ -323,6 +327,7 @@
@ -331,6 +336,10 @@
<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>
@ -461,6 +470,7 @@
@ -537,6 +547,7 @@
@ -613,6 +624,7 @@

View File

@ -271,3 +271,22 @@ 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' */