minor css fixes
This commit is contained in:
parent
1f720a786b
commit
f8a2b2385f
|
@ -12,7 +12,8 @@
|
|||
}
|
||||
|
||||
.maring-top-high {
|
||||
margin-top: 30px;
|
||||
margin-top: 50px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.margin-left-files-published {
|
||||
|
@ -25,12 +26,12 @@
|
|||
ui:field="field_form_files_already_published" visible="false">
|
||||
<b:Legend addStyleNames="legend-style">
|
||||
File/s already published on Zenodo
|
||||
<g:HorizontalPanel
|
||||
ui:field="panelOfFilesPublished"
|
||||
addStyleNames="{style.margin-left-files-published}"></g:HorizontalPanel>
|
||||
</b:Legend>
|
||||
<g:HorizontalPanel
|
||||
ui:field="panelOfFilesPublished"
|
||||
addStyleNames="{style.margin-left-files-published}"></g:HorizontalPanel>
|
||||
</b:Fieldset>
|
||||
<b:Fieldset styleName="{style.noBorder}"
|
||||
<b:Fieldset addStyleNames="{style.maring-top-high}"
|
||||
ui:field="field_form_files">
|
||||
<b:Legend addStyleNames="legend-style"> Select the file/s to upload
|
||||
</b:Legend>
|
||||
|
|
|
@ -29,9 +29,9 @@ public class PublishFileViewManager {
|
|||
publishFileFormView.addFile(file);
|
||||
}
|
||||
|
||||
if(publishFileFormView.getAlreadyPublished().size()>0) {
|
||||
publishFileFormView.getField_form_files_already_published().add(new HTML("<hr>"));
|
||||
}
|
||||
// if(publishFileFormView.getAlreadyPublished().size()>0) {
|
||||
// publishFileFormView.getField_form_files_already_published().add(new HTML("<hr>"));
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue