PINES Customization: Specific Due Date Box
authorTerran McCanna <tmccanna@georgialibraries.org>
Fri, 10 Jan 2020 16:01:57 +0000 (11:01 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 16 Mar 2020 21:15:49 +0000 (17:15 -0400)
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>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2

index bcca33a..08fcc32 100644 (file)
@@ -77,7 +77,7 @@
         </label>
       </div> -->
 
-      <div class="col-md-4">
+      <div class="col-md-4" style="width:180px;">
         <eg-date-input min-date="minDate" out-of-range="outOfRange"
           ng-model="checkoutArgs.due_date" ng-disabled="!date_options.has_sticky_date" show-time-picker>
         </eg-date-input>