fixing minor css
This commit is contained in:
parent
e10810889d
commit
b5e5244c6f
|
@ -11,11 +11,6 @@
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maring-top-high {
|
|
||||||
margin-top: 50px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.margin-left-files-published {
|
.margin-left-files-published {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
@ -31,7 +26,7 @@
|
||||||
ui:field="panelOfFilesPublished"
|
ui:field="panelOfFilesPublished"
|
||||||
addStyleNames="{style.margin-left-files-published}"></g:HorizontalPanel>
|
addStyleNames="{style.margin-left-files-published}"></g:HorizontalPanel>
|
||||||
</b:Fieldset>
|
</b:Fieldset>
|
||||||
<b:Fieldset addStyleNames="{style.maring-top-high}"
|
<b:Fieldset addStyleNames="margin-top-high"
|
||||||
ui:field="field_form_files">
|
ui:field="field_form_files">
|
||||||
<b:Legend addStyleNames="legend-style"> Select the file/s to upload to Zenodo
|
<b:Legend addStyleNames="legend-style"> Select the file/s to upload to Zenodo
|
||||||
</b:Legend>
|
</b:Legend>
|
||||||
|
|
|
@ -64,4 +64,8 @@
|
||||||
margin-bottom: 10px !important;
|
margin-bottom: 10px !important;
|
||||||
line-height: 30px !important;
|
line-height: 30px !important;
|
||||||
color: #222 !important;
|
color: #222 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.margin-top-high {
|
||||||
|
margin-top: 50px !important;
|
||||||
}
|
}
|
Loading…
Reference in New Issue