Updated CSS

This commit is contained in:
Francesco Mangiacrapa 2022-09-08 12:06:47 +02:00
parent fc23e553f7
commit f8367e7c2e
1 changed files with 7 additions and 7 deletions

View File

@ -4,20 +4,20 @@
xmlns:m="urn:import:org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.tags">
<ui:style>
.form-main-style {
margin-left: 10px;
margin-left: 10px !important;
}
.fieldset-border-style {
border: 1px groove #444;
border: 1px groove #444 !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
padding: 10px;
box-shadow: 0px 0px 0px 0px #000 !important;
padding: 10px !important;
}
.legend-style {
width: auto;
padding: 10px;
margin-bottom: 0px;
width: auto !important;
padding: 10px !important;
margin-bottom: 0px !important;
}
@external .form-horizontal .input-large;