Skip to content

Commit

Permalink
[geocat]: no status in search results. Add group logo. Relates to geo…
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre authored and cmangeat committed Mar 2, 2023
1 parent f143643 commit 46667c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,16 @@ <h1>
</div>
<!-- /.gn-card-body -->

<div class="panel-footer gn-card-footer clearfix"
<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 data-gn-related-dropdown="md"
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 46667c1

Please sign in to comment.