Project

General

Profile

« Previous | Next » 

Revision 56835

Connect: Curators Page remove space from top.

View differences:

modules/uoa-connect-portal/trunk/src/app/contact/contact.component.ts
106 106
                       this.modalOpen();
107 107
                       this.showLoading = false;
108 108
                   }
109
                   else {
110
                       this.handleError('Token has expired. Please complete the reCaptcha challenge again! ', null)
111
                       this.showLoading = false;
112
                       this.contactForm.recaptcha = '';
113
                   }
114 109
               },
115 110
               error => {
116 111
                   this.handleError('Email sent failed! Please try again.', error);
modules/uoa-connect-portal/trunk/src/app/curators/curators.component.html
3 3
       uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}"
4 4
       tm-header-transparent="light">
5 5
    <div style=" min-height: 650px;" class="uk-section uk-padding-remove-bottom uk-flex uk-flex-middle">
6
      <div class="uk-margin-large-top uk-align-center">
7
        <div class="uk-section uk-section-small">
6
      <div class="uk-align-center">
7
        <div class="uk-section">
8 8
          <div class="uk-container">
9 9
            <helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
10 10
                    [texts]="pageContents['top']"></helper>

Also available in: Unified diff