Project

General

Profile

« Previous | Next » 

Revision 58648

[Trunk | Connect]:
1. community.component.html: Remove 'communityBackground' class | Use class 'generalSearchForm' instead of 'publicationsSearchForm'.
2. contentPage.component.ts & curators.component.html & nationalBulletinsPage.component.ts & organizationsPage.component.ts & projectsPage.component.ts & subjects.component.ts & invite.component.html:
Remove 'communityBackground' class.
3. shareInZenodo.component.html: Remove 'communityBackground' class | Remove 'uk-margin-top' from tag with class 'communityPanelBackground'.
4. user.component.ts: Remove 'communityBackground' class | Move 'uk-margin-small-top' after section tag.
5. connect-custom.css: Add background css for '.communityApp .custom-main-content', '.generalSearchForm .subtitle' and '.generalSearchForm .title'.
6. customization.css: Remove css for '.communityBackground' (was added during connect redesign).

View differences:

shareInZenodo.component.html
1 1
  <schema2jsonld *ngIf="url" [URL]="url" [name]="title" type="other"></schema2jsonld>
2 2
  <div class="uk-section uk-padding-remove-bottom uk-padding-remove-top">
3
      <div class="communityPanelBackground uk-margin-top uk-padding-small">
3
      <div class="communityPanelBackground uk-padding-small">
4 4
        <div class="uk-container uk-container-large uk-margin-top uk-margin-bottom">
5 5
         <!-- <ul class="uk-breadcrumb">
6 6
            <li><a class="breadcrumb" routerLinkActive="router-link-active" routerLink="{{depositLearnHowPage}}"
......
13 13
        </div>
14 14
      </div>
15 15
    </div>
16
  <div class="communityBackground">
16
  <div class="">
17 17
    <div class=" uk-section  uk-margin-small-top tm-middle uk-container uk-container-large " id="tm-main">
18 18
      <helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0" [texts]="pageContents['top']"></helper>
19 19
      <div class="uk-container uk-container-large uk-margin-bottom">

Also available in: Unified diff