File tree Expand file tree Collapse file tree
web/src/main/webapp/catalog
components/search/resultsview/partials/viewtemplates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 </ div >
8080 <!-- /.gn-card-body -->
8181
82- < div
83- class ="panel-footer gn-card-footer clearfix "
84- data-ng-class ="[{
85- 'gn-status-bg': showStatusFooterFor && showStatusFooterFor.length > 0
86- },
87- showStatusFooterFor.indexOf(md.cl_status[0].key) !== -1 ? 'gn-status-' + md.cl_status[0].key + '-bg' : ''] "
88- >
89- < div data-gn-status-badge ="md "> </ div >
90- < div class ="gn-toolbar ">
82+ < div class ="panel-footer gn-card-footer clearfix ">
83+ < div data-gn-record-origin-logo ="md "> </ div >
84+ < div class ="break "> </ div >
85+ < div class ="gn-toolbar ">
9186 < div class ="pull-left ">
9287 < strong >
9388 < i data-ng-if ="::md.isHarvested == 'true' "
Original file line number Diff line number Diff line change 181181 .gn-card-footer {
182182 padding : 5px 10px 5px 5px ;
183183 height : calc (~ " @{gn-card-footer-height} - 2px" );
184- display : flex ;
185184 & .panel-footer {
186185 background : none ;
187186 border-color : transparent ;
211210 .gn-md-related {
212211 margin-right : 3px ;
213212 }
213+ .gn-providedby-logo {
214+ flex-grow : 1 ;
215+ }
216+ .break {
217+ flex-basis : 100% ;
218+ height : 4px ;
219+ }
214220 .gn-toolbar {
215221 flex-grow : 1 ;
216222 }
Original file line number Diff line number Diff line change 7575ul .gn-resultview , [data- gn- user- searches- list] {
7676 .gn-source-logo {
7777 margin-left : 5px ;
78+ margin-right : 5px ;
7879 z-index : 10 ;
7980 height : 20px ;
81+ float : left ;
82+ }
83+ }
84+
85+ [data- gn- user- searches- list] {
86+ .gn-source-logo {
8087 float : right ;
8188 }
8289}
You can’t perform that action at this time.
0 commit comments