LP2000485 Bootstrap 5: Vandelay recent date form
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Wed, 1 Mar 2023 22:50:29 +0000 (22:50 +0000)
committerStephanie Leary <stephanie.leary@equinoxoli.org>
Wed, 1 Mar 2023 22:50:29 +0000 (22:50 +0000)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html
Open-ILS/src/eg2/src/app/staff/cat/vandelay/recent-imports.component.html

index 795f528..78e2179 100644 (file)
@@ -2,7 +2,7 @@
   {{initialDate | formatValue:'timestamp'}}
 </ng-container>
 <ng-container *ngIf="!readOnly">
-  <div class="input-group eg-date-select form-validated" 
+  <div class="input-group eg-date-select form-validated p-0
     [ngClass]="{'date-select-width': !noMaxWidth}">
     <input 
       class="form-control"
@@ -21,8 +21,8 @@
       (ngModelChange)="inputChanged($event)"
       (keyup.enter)="onDateEnter()"
       (dateSelect)="onDateSelect($event)"/>
-    <div class="input-group-text">
-      <button class="btn btn-outline-secondary" [disabled]="disabled"
+    <div class="input-group-text p-0">
+      <button class="btn px-2" [disabled]="disabled"
         (click)="datePicker.toggle()" type="button">
         <span title="Select Date" i18n-title class="material-icons">event</span>
       </button>
index 214922a..2b6e3f0 100644 (file)
@@ -1,9 +1,7 @@
 <div class="row mb-2">
   <div class="col-lg-6">
     <div class="input-group">
-      <div class="input-group-text">
         <span class="input-group-text" i18n>Show Sessions Since: </span>
-      </div>
       <eg-date-select 
         [initialIso]="sinceDate"
         (onChangeAsIso)="dateFilterChange($event)">