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>
Wed, 25 Nov 2020 16:43:06 +0000 (11:43 -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 8744e0f..71db2cb 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>