fixing minor css

This commit is contained in:
Francesco Mangiacrapa 2020-01-28 12:20:00 +01:00
parent e10810889d
commit b5e5244c6f
2 changed files with 5 additions and 6 deletions

View File

@ -11,11 +11,6 @@
border: 0px;
}
.maring-top-high {
margin-top: 50px;
border: 0px;
}
.margin-left-files-published {
margin-left: 20px;
}
@ -31,7 +26,7 @@
ui:field="panelOfFilesPublished"
addStyleNames="{style.margin-left-files-published}"></g:HorizontalPanel>
</b:Fieldset>
<b:Fieldset addStyleNames="{style.maring-top-high}"
<b:Fieldset addStyleNames="margin-top-high"
ui:field="field_form_files">
<b:Legend addStyleNames="legend-style"> Select the file/s to upload to Zenodo
</b:Legend>

View File

@ -64,4 +64,8 @@
margin-bottom: 10px !important;
line-height: 30px !important;
color: #222 !important;
}
.margin-top-high {
margin-top: 50px !important;
}