Skip to content

Commit

Permalink
geocat.ch / No status in search results. Add group logo. Relates to g…
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre authored and cmangeat committed Apr 1, 2022
1 parent 6c6d0e5 commit 055c94f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 055c94f

Please sign in to comment.