<div class="col-lg-1">
<ng-container
*ngFor="let code of ctx.holdMeta.bibSummary.attributes.icon_format">
- <img class="pr-1"
+ <img class="pe-1"
alt=""
src="/images/format_icons/icon_format/{{code}}.png"/>
</ng-container>
<div class="col-lg-11 d-flex">
<ng-container
*ngFor="let ccvm of ctx.holdMeta.metarecord_filters.formats">
- <div class="form-check ml-3">
- <label class="form-check-label ml-1" for="hold-include-format-{{ccvm.code()}}">
+ <div class="form-check ms-3">
+ <label class="form-label form-check-label ms-1" for="hold-include-format-{{ccvm.code()}}">
<input class="form-check-input" type="checkbox" id="hold-include-format-{{ccvm.code()}}"
[disabled]="ctx.holdMeta.metarecord_filters.formats.length === 1"
[(ngModel)]="ctx.selectedFormats.formats[ccvm.code()]"/>
<div class="col-lg-11 d-flex">
<ng-container
*ngFor="let ccvm of ctx.holdMeta.metarecord_filters.langs">
- <div class="form-check ml-3">
- <label class="form-check-label ml-1" for="hold-include-lang-{{ccvm.value()}}">
+ <div class="form-check ms-3">
+ <label class="form-label form-check-label ms-1" for="hold-include-lang-{{ccvm.value()}}">
<input class="form-check-input" type="checkbox" id="hold-include-lang-{{ccvm.value()}}"
[disabled]="ctx.holdMeta.metarecord_filters.langs.length === 1"
[(ngModel)]="ctx.selectedFormats.langs[ccvm.code()]"/>