Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
geocat.ch / No status in search results. Add group logo. Relates to g…
Browse files Browse the repository at this point in the history
fxprunayre authored and cmangeat committed Apr 1, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9a82bd8 commit dfdfa1b
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -60,13 +60,15 @@ <h1>
</div>
<!-- /.gn-card-body -->

<div class="panel-footer gn-card-footer clearfix"
geocat.ch: No status in search results
data-ng-class="[{
'gn-status-bg': showStatusFooterFor && showStatusFooterFor.length > 0
},
showStatusFooterFor.indexOf(md.cl_status[0].key) !== -1 ? 'gn-status-' + md.cl_status[0].key + '-bg' : '']">
<div data-gn-status-badge="md"/>
<div data-gn-status-badge="md"/>-->
<div class="gn-toolbar">
<div data-gn-record-origin-logo="md"/>

<gn-links-btn class="pull-right"></gn-links-btn>
<!--<div gn-grid-related gn-grid-related-uuid="::md.uuid"
class="pull-right"
Original file line number Diff line number Diff line change
@@ -73,6 +73,11 @@ ul.gn-resultview, [data-gn-user-searches-list] {
margin-left: 5px;
z-index: 10;
height: 20px;
float: left;
}
}
[data-gn-user-searches-list] {
.gn-source-logo {
float: right;
}
}

0 comments on commit dfdfa1b

Please sign in to comment.