Connect: Curators Page remove space from top.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56835 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
4b5eaa40cf
commit
4170e3197b
|
@ -106,11 +106,6 @@ export class ContactComponent implements OnInit {
|
|||
this.modalOpen();
|
||||
this.showLoading = false;
|
||||
}
|
||||
else {
|
||||
this.handleError('Token has expired. Please complete the reCaptcha challenge again! ', null)
|
||||
this.showLoading = false;
|
||||
this.contactForm.recaptcha = '';
|
||||
}
|
||||
},
|
||||
error => {
|
||||
this.handleError('Email sent failed! Please try again.', error);
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}"
|
||||
tm-header-transparent="light">
|
||||
<div style=" min-height: 650px;" class="uk-section uk-padding-remove-bottom uk-flex uk-flex-middle">
|
||||
<div class="uk-margin-large-top uk-align-center">
|
||||
<div class="uk-section uk-section-small">
|
||||
<div class="uk-align-center">
|
||||
<div class="uk-section">
|
||||
<div class="uk-container">
|
||||
<helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
|
||||
[texts]="pageContents['top']"></helper>
|
||||
|
|
Loading…
Reference in New Issue