PINES Custom UI Change: Date Field on Circ Screen
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 6 Feb 2019 17:53:38 +0000 (12:53 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:52:45 +0000 (14:52 -0500)
Forced size of custom date selector on checkout screen since
it is too small. This will probably be fixed differently in
master later, but this will help us for now.

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

index 2fab3c2..305d909 100644 (file)
@@ -41,7 +41,7 @@
       <div class="flex-cell"></div>
 
 <div class="form-group row">
-<div class="col-md-12 col-lg-4" uib-dropdown>
+<div class="col-md-3" uib-dropdown style="width:100px;">
       <button type="button" ng-class="{'btn-success' : date_options.has_sticky_date}" class="btn btn-default" uib-dropdown-toggle>
         [% l('Date Options') %]
         <span class="caret"></span>