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:

community.component.html
3 3
               [name]="community.title">
4 4
</schema2jsonld>
5 5

  
6
<div class="communityBackground">
6
<div class="">
7 7
<div id="stickhere">
8 8
</div>
9 9

  
......
185 185

  
186 186
</ng-template>
187 187

  
188
  <div *ngIf="communityInfo && community" class="publicationsSearchForm ">
188
  <div *ngIf="communityInfo && community" class="generalSearchForm ">
189 189
    <div class="uk-container uk-container-large">
190 190
      <div class="uk-margin-large-top">
191 191
        <h1 *ngIf="community.title" class="title uk-margin-remove">

Also available in: Unified diff