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:

organizationsPage.component.ts
4 4
@Component({
5 5
    selector: 'organizations',
6 6
    template: `
7
      <div class="communityBackground uk-section tm-middle uk-padding-remove-top" id="tm-main">
7
      <div class="uk-section tm-middle uk-padding-remove-top" id="tm-main">
8 8
        <breadcrumbs [addClass]="'uk-margin-large-left uk-margin-remove-bottom uk-margin-small-top'" [breadcrumbs]="breadcrumbs"></breadcrumbs>
9 9

  
10 10
        <div class="uk-container uk-container-large uk-margin-bottom">

Also available in: Unified diff