Revert "Mess with checkout component to see if the appearance improves"
authorJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 14:41:32 +0000 (09:41 -0500)
committerJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 14:41:32 +0000 (09:41 -0500)
This reverts commit eb4749c11939cdf6beb88a955c763bc498c5db4a.

Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html

index 076fb7d..49cfa82 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">
+<div class="row mb-3 pb-3 border-bottom">
   <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 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 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>
-  </div>
 </div>
 
 <ng-template #copyBarcodeTemplate let-r="row">