Mess with checkout component to see if the appearance improves
authorJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 14:38:31 +0000 (09:38 -0500)
committerJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 14:38:31 +0000 (09:38 -0500)
Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html

index 49cfa82..076fb7d 100644 (file)
@@ -13,7 +13,7 @@
   dialogBody="Enter the number of {{checkoutNoncat ? checkoutNoncat.name() : ''}} circulating">
 </eg-prompt-dialog>
 
-<div class="row mb-3 pb-3 border-bottom">
+<div class="row mb-3 pb-3">
   <div class="col-lg-12 d-flex">
     <div class="form-inline">
       <div class="input-group">
   </div>
 </div>
 <div class="row mb-3 pb-3 border-bottom">
-    <div class="mr-3">
-      <div class="form-check form-check-inline pt-1">
-        <input class="form-check-input" type="checkbox" 
-          (ngModelChange)="toggleStrictBarcode($event)"
-          id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>
-        <label class="form-check-label" 
-          for="strict-barcode-cbox" i18n>Strict Barcode</label>
-      </div>
+  <div class="mr-3 d-flex">
+    <div class="form-check form-check-inline pt-1">
+      <input class="form-check-input" type="checkbox"
+             (ngModelChange)="toggleStrictBarcode($event)"
+             id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>
+      <label class="form-check-label"
+             for="strict-barcode-cbox" i18n>Strict Barcode</label>
     </div>
+  </div>
 </div>
 
 <ng-template #copyBarcodeTemplate let-r="row">