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:

project.component.html
47 47
                </dd>
48 48
                <dt *ngIf="projectInfo.urlInfo != undefined && projectInfo.urlInfo != ''">More information:</dt>
49 49
                <dd *ngIf="projectInfo.urlInfo != undefined && projectInfo.urlInfo != ''">
50
                    <span class="uk-icon-external-link">
50
                    <span class="uk-icon-external-link custom-icon">
51 51
                        <a target="_blank" href="{{projectInfo.url}}">
52 52
                            {{projectInfo.urlInfo}}
53 53
                        </a>
......
87 87
                </li>
88 88
            </ul>
89 89

  
90
            <ul id="tab-content" class="uk-switcher uk-margin">
90
            <ul id="tab-content" class="uk-switcher uk-margin custom-tab-content">
91 91
                <li class="uk-animation-fade">
92 92
                    <div *ngIf="fetchPublications.searchUtils.totalResults == 0" class = "uk-alert" >
93 93
                        There are no publications

Also available in: Unified diff