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>
Fri, 10 Jan 2020 19:11:29 +0000 (14:11 -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>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2

index 40bc5ea..016e74b 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>