Project

General

Profile

« Previous | Next » 

Revision 46377

custom-icon class added in tags with uk-icon-external link class to fix line-height | custom-tab-content class added in tab contents of landing pages to fix min-height | Publication landing page: Funded By section: tooltip fixed (if no info for something do not show it) & special case: unidentified projects | Publication landing page: Related Organizations Tab added

View differences:

dataset.component.html
65 65
                </li>
66 66
            </ul>
67 67

  
68
            <ul id="tab-content" class="uk-switcher uk-margin">
68
            <ul id="tab-content" class="uk-switcher uk-margin custom-tab-content">
69 69
                <li class="uk-animation-fade">
70 70
                    <div *ngIf="datasetInfo.relatedResearchResults == undefined" class = "uk-alert" >
71 71
                        There are no related research results
......
134 134
                            [title]="datasetInfo.downloadFrom.get(key)['accessMode']">
135 135
                            <div *ngIf="i<5 || showAllDownloadFrom"
136 136
                                  class="{{datasetInfo.downloadFrom.get(key)['bestAccessMode']}}">
137
                                <span class="uk-icon-external-link">
137
                                <span class="uk-icon-external-link custom-icon">
138 138
                                    <div *ngIf="datasetInfo.downloadFrom.get(key)['url'].length > 1">
139 139
                                        {{key}}
140 140
                                        <span *ngFor="let url of datasetInfo.downloadFrom.get(key)['url']; let i=index;">

Also available in: Unified diff