PINES Customization: Specific Due Date Box rel_3_4_1_pines_specific_due_date
authorTerran McCanna <tmccanna@georgialibraries.org>
Fri, 10 Jan 2020 16:01:57 +0000 (11:01 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Fri, 10 Jan 2020 16:01:57 +0000 (11:01 -0500)
This widens the specific due date box on the patron checkout
screen so that the full date is visible. This will probably
be fixed in master at some point, but fixing it locally
for the time being.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2

index d4fce7c..ca52530 100644 (file)
@@ -75,7 +75,7 @@
           [% l('Specific Due Date') %]
         </label>
       </div> -->
-      <div class="col-md-4">
+      <div class="col-md-4" style="width:180px;">
         <eg-date-input ng-model="checkoutArgs.due_date" ng-disabled="!date_options.has_sticky_date" show-time-picker></eg-date-input>
       </div>
 </div>