Project

General

Profile

« Previous | Next » 

Revision 56705

[Library|newlinking]

Linking:
basket: set the action click of entire div, not only titles titles
new theme: remove some paddings

View differences:

modules/uoa-services-library/branches/newlinking/ng-openaire-library/src/app/claims/linking/selected/metadataPreview.component.html
1
<div class="uk-section uk-margin-top uk-padding-remove-bottom communityToolBarSection">
1
<div class="uk-section uk-padding-remove-top uk-padding-remove-bottom communityToolBarSection">
2 2
  <div class="linkingToolbar uk-padding-small uk-margin-small-top">
3 3
    <div class="uk-container  uk-container-large uk-margin-small-top uk-padding-small">
4 4
      <div class="uk-grid">
......
28 28
  </div>
29 29
</div>
30 30

  
31
<div id="tm-main" class="uk-section  uk-margin-small-top tm-middle">
31
<div id="tm-main" class="uk-section  uk-margin-small-top tm-middle uk-padding-remove-top">
32 32
  <div class="tm-main uk-width-1-1@s uk-width-1-1@m  uk-width-1-1@l uk-row-first ">
33 33
    <div class="uk-container uk-container-large">
34 34

  
modules/uoa-services-library/branches/newlinking/ng-openaire-library/src/app/claims/linking/linkingGeneric.component.html
3 3
                  [localStoragePrefix]="localStoragePrefix" [inlineEntity]="inlineEntity"
4 4
                  [showOptions]="showOptions" [properties]=properties>
5 5
</metadata-preview>
6
<div id="tm-main" class="uk-section  uk-margin-small-top tm-middle" *ngIf="showOptions.show != 'claim'">
6
<div id="tm-main" class="uk-section  uk-padding-remove-top tm-middle" *ngIf="showOptions.show != 'claim'">
7 7
  <div class="uk-grid">
8 8
    <div class="tm-main uk-width-1-1@s uk-width-1-1@m  uk-width-1-1@l uk-row-first ">
9 9
      <schema2jsonld *ngIf="url" [URL]="url" name="Link your research results" type="other"></schema2jsonld>
......
75 75
                      </div>
76 76
                      <div class="linksbasket uk-inline uk-width-1-1" style="">
77 77
                        <div *ngIf="inlineEntity == null">
78
                          <div class="linksbaskettitles  uk-padding-small uk-animation-toggle">
79
                            <div class="uk-h6 uk-margin-remove portal-color" (click)="showOptions.showBasketSources()">
78
                          <div class="linksbaskettitles  uk-padding-small uk-animation-toggle" (click)="showOptions.showBasketSources()">
79
                            <div class="uk-h6 uk-margin-remove portal-color" >
80 80
                              SOURCES ({{(sources.length) | number}})
81 81
                              <span *ngIf="showOptions.show!='source' && !showOptions.basketShowSources"
82 82
                                    class="uk-icon"><svg width="20"
......
154 154

  
155 155
                        </div>
156 156
                        <div *ngIf="showOptions.show !='source'">
157
                          <div class=" linksbaskettitles   uk-padding-small  uk-animation-toggle">
157
                          <div class=" linksbaskettitles   uk-padding-small  uk-animation-toggle" (click)="showOptions.basketShowLinksTo=!showOptions.basketShowLinksTo;
158
                            showOptions.basketShowSources=!showOptions.basketShowLinksTo ">
158 159
                            <div *ngIf="!inlineEntity"> <!--Enable toggle -->
159
                              <span class="uk-h6 uk-margin-remove portal-color" (click)="showOptions.basketShowLinksTo=!showOptions.basketShowLinksTo;
160
                            showOptions.basketShowSources=!showOptions.basketShowLinksTo ">
160
                              <span class="uk-h6 uk-margin-remove portal-color" >
161 161
                                  LINK TO ({{(results.length)  | number}})
162 162
                                  <span *ngIf="!showOptions.basketShowLinksTo" class="uk-icon"><svg width="20"
163 163
                                                                                                    height="20"
modules/uoa-services-library/branches/newlinking/ng-openaire-library/src/app/claims/myClaims/myClaims.component.ts
4 4
@Component({
5 5
  selector: 'my-claims',
6 6
  template: `
7
    <div id="tm-main" class=" uk-section  uk-margin-small-top tm-middle">
7
    <div id="tm-main" class=" uk-section  uk-padding-remove-top  uk-margin-small-top tm-middle">
8 8
      <div class="uk-grid" >
9 9
        <div class="tm-main uk-width-1-1@s uk-width-1-1@m  uk-width-1-1@l uk-row-first ">
10 10

  

Also available in: Unified diff