LP2000485 Bootstrap 5: Manage Authorities form cleanup
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Wed, 1 Mar 2023 20:49:04 +0000 (20:49 +0000)
committerStephanie Leary <stephanie.leary@equinoxoli.org>
Wed, 1 Mar 2023 20:49:04 +0000 (20:49 +0000)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html

index 352e4a1..fcb3aad 100644 (file)
@@ -36,9 +36,9 @@
   </div>
   <div class="col-lg-4 d-flex">
     <div class="flex-1"></div><!-- push right -->
-    <div class="form-inline">
+    <div class="form-inline d-flex align-items-center">
       <button class="btn btn-outline-dark ms-2" (click)="search(-1)" i18n>Previous</button>
-      <label for='offset-input' class="form-label form-control ms-2" i18n>Page</label>
+      <label for='offset-input' class="form-label m-2" i18n>Page</label>
       <input class="form-control" type="number" 
         [(ngModel)]="browse.searchOffset" id="offset-input" (change)="search()"/>
       <button class="btn btn-outline-dark ms-2" (click)="search(1)" i18n>Next</button>