Project

General

Profile

« Previous | Next » 

Revision 59160

[Library | Trunk]: Change download from and search results base on UI/UX suggestions

View differences:

availableOn.component.ts
48 48
    <div *ngIf="showNum > threshold" class="uk-margin-bottom">
49 49
      <a (click)="showNum = threshold;" class="uk-flex uk-flex-middle uk-flex-center">
50 50
        <span>View less</span>
51
        <span class="space" uk-icon="chevron-down"></span>
51
        <span class="space uk-icon">
52
          <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="chevron-up">
53
            <polyline fill="none" stroke="#000" stroke-width="1.03" points="4 13 10 7 16 13"></polyline>
54
          </svg>
55
        </span>
52 56
      </a>
53 57
    </div>
54 58
    <!--    <div *ngIf="showNum == threshold && availableOn && availableOn.length > 5">...</div>-->
55 59
    <div *ngIf="showNum == threshold && availableOn && availableOn.length > 5" class="uk-margin-bottom">
56 60
      <a (click)="showNum = availableOn.length;" class="uk-flex uk-flex-middle uk-flex-center">
57 61
        <span>View more</span>
58
        <span class="space" uk-icon="chevron-down"></span>
62
        <span class="space uk-icon">
63
          <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="chevron-down">
64
            <polyline fill="none" stroke="#000" stroke-width="1.03" points="16 7 10 13 4 7"></polyline>
65
          </svg>
66
        </span>
59 67
      </a>
60 68
    </div>
61 69
  `

Also available in: Unified diff