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 Mar 2, 2022
1 parent 523847f commit b77d121
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 @@ -58,16 +58,19 @@ <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-ng-if="md.cl_status.length > 0"
title="{{md.cl_status[0].key | translate}}"
class="gn-status gn-status-{{md.cl_status[0].key}}">{{md.cl_status[0].key | translate}}
</div>
</div>-->
<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 b77d121

Please sign in to comment.