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 May 23, 2024
1 parent ff47d9e commit 12605c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,17 @@ <h1>
</div>
<!-- /.gn-card-body -->

<div
class="panel-footer gn-card-footer clearfix"
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 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 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 @@ -77,6 +77,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 12605c3

Please sign in to comment.