tweak style of form buttons
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 11 Feb 2020 22:32:29 +0000 (17:32 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 11 Feb 2020 22:32:29 +0000 (17:32 -0500)
Makes the 'Set As Default XXX Search' button respond better
to smaller viewports.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html

index 66fd46c..19d989e 100644 (file)
   </div>
   <div class="row" [hidden]="!showForm">
     <div class="col-lg-2">
-      <button class="form-control btn btn-success" (click)="submitSearch()" type="submit" i18n>Search</button>
+      <button class="btn btn-success" (click)="submitSearch()" type="submit" i18n>Search</button>
     </div>
     <div class="col-lg-6"></div>
     <div class="col-lg-2">
-      <button class="form-control btn btn-primary" (click)="saveSearchAsDefault()" type="button" i18n>Set As Default {{searchTypeLabel}} Search</button>
+      <button class="btn btn-primary" (click)="saveSearchAsDefault()" type="button" i18n>Set As Default {{searchTypeLabel}} Search</button>
     </div>
     <div class="col-lg-2">
       <input class="form-check-input" type="checkbox" id="retrieve-immediately"